Function rgsl::randist::weibull::weibull_pdf [] [src]

pub fn weibull_pdf(x: f64, a: f64, b: f64) -> f64

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.