pub fn chisq_pdf(x: f64, nu: f64) -> f64
Expand description

This function computes the probability density p(x) at x for a chi-squared distribution with nu degrees of freedom, using the formula given above.