Click or drag to resize
ChiSquaredTestGetCutpoints Method
Returns the cutpoints.

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

Return Value

Type: Double
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