public interface EmpiricalDensity
| Modifier and Type | Method and Description |
|---|---|
double |
cdf(double x)
Calculates an approximate value for the cumulative distribution function (cdf).
|
double |
inverseCdf(double probability)
Calculates an approximate value for the inverse cumulative distribution function.
|
double cdf(double x)
x - The value at which to evaluate the cdf.double inverseCdf(double probability)
probability - The probability p at which to return x when p = Cdf(x) .Copyright © 2021. All rights reserved.