SHORE API
|
Exponential distribution. More...
Public Member Functions | |
exponential (const double mean) | |
Exponential distribution with parameter lambda. | |
double | pdf (const double x) const |
Density. | |
double | cdf (const double x) const |
Cumulative distribution function, equivalent to cdf_P. | |
double | cdf_P (const double x) const |
Cumulative distribution function, lower tail. | |
double | cdf_Q (const double x) const |
Cumulative distribution function, upper tail. | |
Exponential distribution.