Struct rand::distributions::StudentT
source · pub struct StudentT { /* private fields */ }
👎Deprecated since 0.7.0: moved to rand_distr crate
Expand description
The Student t distribution, t(nu)
, where nu
is the degrees of
freedom.
Implementations§
Trait Implementations§
source§impl Distribution<f64> for StudentT
impl Distribution<f64> for StudentT
impl Copy for StudentT
Auto Trait Implementations§
impl RefUnwindSafe for StudentT
impl Send for StudentT
impl Sync for StudentT
impl Unpin for StudentT
impl UnwindSafe for StudentT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more