ICdfFunctionCdfFunction Method |
User-supplied cumulative distribution function to be used by
InverseCdf.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax double CdfFunction(
double p
)
Function CdfFunction (
p As Double
) As Double
double CdfFunction(
double p
)
abstract CdfFunction :
p : float -> float
Parameters
- p
- Type: SystemDouble
A double scalar value representing the point at which the
inverse CDF is desired.
Return Value
Type:
Double
A
double scalar value representing the probability that a
random variable for this CDF takes a value less than or equal to this
value is p.
See Also