ChiSquaredTestGetCutpoints Method |
Returns the cutpoints.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetCutpoints()
Public Function GetCutpoints As Double()
public:
array<double>^ GetCutpoints()
member GetCutpoints : unit -> float[]
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