pub struct TTest { /* private fields */ }Expand description
Welch’s t-test on two streaming sample populations.
Uses Welford’s incremental algorithm for the running mean and variance, so it does not need to store individual samples.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TTest
impl RefUnwindSafe for TTest
impl Send for TTest
impl Sync for TTest
impl Unpin for TTest
impl UnsafeUnpin for TTest
impl UnwindSafe for TTest
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