[][src]Function behrens_fisher::student_t::inv_cdf

pub fn inv_cdf(p: f64, dof: f64) -> f64

The inverse CDF of Student's t-distribution.

p is the cumulative probability, and dof (aka. "ν") is the degrees of freedom (a parameter of the distribution).