Returns the cutpoints.

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

Syntax

C#
public double[] GetCutpoints()
Visual Basic (Declaration)
Public Function GetCutpoints As Double()
Visual C++
public:
array<double>^ GetCutpoints()

Return Value

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