Click or drag to resize
ChiSquaredTestSetCutpoints Method
Sets the cutpoints.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetCutpoints(
	double[] cutpoints
)

Parameters

cutpoints
Type: SystemDouble
A double array which contains the cutpoints.
Remarks
The intervals defined by the cutpoints are such that the lower endpoint is not included while the upper endpoint is included in the interval.
See Also