IMSL C# Numerical Library

ChiSquaredTest.SetCutpoints Method 

Sets the cutpoints.

public void SetCutpoints(
   double[] cutpoints
);

Parameters

cutpoints
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

ChiSquaredTest Class | Imsl.Stat Namespace