Click or drag to resize
NotCDFException Constructor (Double, Double, Double, Int32)
The function is not a Cumulative Distribution Function (CDF).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NotCDFException(
	double lowerBound,
	double upperBound,
	double xx,
	int i
)

Parameters

lowerBound
Type: SystemDouble
A double containing the lower bound for the CDF value.
upperBound
Type: SystemDouble
A double containing the upper bound for the CDF value.
xx
Type: SystemDouble
A double containing the value at a cutpoint.
i
Type: SystemInt32
The index of the cutpoint that is out of range.
Remarks
The cdf function is not a cumulative distribution function because its value at a cutpoint is out of the expected range, [plower,pupper].
See Also