Function rgsl::randist::cauchy::cauchy_pdf
[−]
[src]
pub fn cauchy_pdf(x: f64, a: f64) -> f64
This function computes the probability density p(x) at x for a Cauchy distribution with scale parameter a, using the formula given above.