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