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

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