Click or drag to resize
ChiSquaredTest Constructor (ICdfFunction, Double, Int32)
Constructor for the Chi-squared goodness-of-fit test.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ChiSquaredTest(
	ICdfFunction cdf,
	double[] cutpoints,
	int nParameters
)

Parameters

cdf
Type: Imsl.StatICdfFunction
Object that implements the ICdfFunction interface.
cutpoints
Type: SystemDouble
A double array containing the cutpoints.
nParameters
Type: SystemInt32
A int which specifies the number of parameters estimated in computing the Cdf.
Exceptions
ExceptionCondition
NotCDFException is thrown if the function cdf.CdfFunction is not a valid CDF.
See Also