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

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