IMSL C# Numerical Library

ICdfFunction.CdfFunction Method 

User-supplied cumulative distribution function to be used by InverseCdf.

double CdfFunction(
   double p
);

Parameters

p
A double scalar value representing the point at which the inverse CDF is desired.

Return Value

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

ICdfFunction Interface | Imsl.Stat Namespace