Function rgsl::randist::exponential::exponential_pdf
[−]
[src]
pub fn exponential_pdf(x: f64, mu: f64) -> f64
This function computes the probability density p(x) at x for an exponential distribution with mean mu, using the formula given above.