Struct rand::distributions::gamma::StudentTUnstable
[-] [+]
[src]
pub struct StudentT { // some fields omitted }
The Student t distribution, t(nu)
, where nu
is the degrees of
freedom.
Methods
impl StudentT
fn new(n: f64) -> StudentT
Create a new Student t distribution with n
degrees of
freedom. Panics if n <= 0
.