public interface CdfFunction
Modifier and Type | Method and Description |
---|---|
double |
cdf(double p)
Public interface for the user-supplied cumulative distribution function
to be used by InverseCdf.
|
double cdf(double p)
p
- a double
scalar value representing the point
at which the inverse CDF is desired.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.Copyright © 2020 Rogue Wave Software. All rights reserved.