IMSL C# Numerical Library

NotCDFException Constructor (Double, Double, Double)

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

public NotCDFException(
   double x1,
   double x2,
   double f1
);

Parameters

x1
is the first point
x2
is the second point
f1
is the common value for F(x1) and F(x2)

Remarks

The CDF function is not monotone, F(x1) = F(x2). No unique inverse exists.

See Also

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