Function rgsl::randist::cauchy::cauchy_pdf

source ·
pub fn cauchy_pdf(x: f64, a: f64) -> f64
Expand description

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