Function rgsl::randist::logistic::logistic_pdf
[−]
[src]
pub fn logistic_pdf(x: f64, a: f64) -> f64
This function computes the probability density p(x) at x for a logistic distribution with scale parameter a, using the formula given above.