Function rgsl::randist::rayleigh::rayleigh_pdf[][src]

pub fn rayleigh_pdf(x: f64, sigma: f64) -> f64
Expand description

This function computes the probability density p(x) at x for a Rayleigh distribution with scale parameter sigma, using the formula given above.