NotCDFException Constructor (Double, Double, Double) |
The function is not a Cumulative Distribution Function (CDF).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NotCDFException(
double x1,
double x2,
double f1
)
Public Sub New (
x1 As Double,
x2 As Double,
f1 As Double
)
public:
NotCDFException(
double x1,
double x2,
double f1
)
new :
x1 : float *
x2 : float *
f1 : float -> NotCDFException
Parameters
- x1
- Type: SystemDouble
is the first point - x2
- Type: SystemDouble
is the second point - f1
- Type: SystemDouble
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