pub enum LillieforsDist {
Norm,
}Expand description
Assumed reference distribution for the Lilliefors test.
Variants§
Norm
Normal distribution with mean and variance estimated from the sample.
Trait Implementations§
Source§impl Clone for LillieforsDist
impl Clone for LillieforsDist
Source§fn clone(&self) -> LillieforsDist
fn clone(&self) -> LillieforsDist
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LillieforsDist
Source§impl Debug for LillieforsDist
impl Debug for LillieforsDist
impl Eq for LillieforsDist
Source§impl PartialEq for LillieforsDist
impl PartialEq for LillieforsDist
impl StructuralPartialEq for LillieforsDist
Auto Trait Implementations§
impl Freeze for LillieforsDist
impl RefUnwindSafe for LillieforsDist
impl Send for LillieforsDist
impl Sync for LillieforsDist
impl Unpin for LillieforsDist
impl UnsafeUnpin for LillieforsDist
impl UnwindSafe for LillieforsDist
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