Function rgsl::randist::weibull::weibull_pdf

source ·
pub fn weibull_pdf(x: f64, a: f64, b: f64) -> f64
Expand description

This function computes the probability density p(x) at x for a Weibull distribution with scale a and exponent b, using the formula given above.