Sets the cutpoints.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public void SetCutpoints(
	double[] cutpoints
)
Visual Basic (Declaration)
Public Sub SetCutpoints ( _
	cutpoints As Double() _
)
Visual C++
public:
void SetCutpoints(
	array<double>^ cutpoints
)

Parameters

cutpoints
Type: array< System..::.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