Function rgsl::randist::t_distribution::tdist_pdf[][src]

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

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