Public Member Functions | |
| inv_cdf_f (const continuous_distribution &d, double p) | |
| double | operator() (double x) |
| inv_cdf_f::inv_cdf_f | ( | const continuous_distribution & | d, | |
| double | p | |||
| ) | [inline] |
Create a functor with the given distribution and probability.
| d | the target distribution. | |
| p | the target probability. |
| double inv_cdf_f::operator() | ( | double | x | ) | [inline] |
Evaluate this functor at the given evaluation point.
| x | the evaluation point. |
x.
1.5.3