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

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