IMSL C# Numerical Library

NotCDFException Constructor (Double, Double, Double, Int32)

The function is not a Cumulative Distribution Function (CDF).

public NotCDFException(
   double lowerBound,
   double upperBound,
   double xx,
   int i
);

Parameters

lowerBound
A double containing the lower bound for the CDF value.
upperBound
A double containing the upper bound for the CDF value.
xx
A double containing the value at a cutpoint.
i
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

NotCDFException Class | Imsl.Stat Namespace | NotCDFException Constructor Overload List