pub struct MeanCalculation { /* private fields */ }Expand description
Computes the Mean Entropy test
Implementations§
Source§impl MeanCalculation
impl MeanCalculation
Sourcepub const INIT: Self
pub const INIT: Self
the blanket state (initial value) of MeanCalculation.
Sourcepub const fn new() -> Self
pub const fn new() -> Self
create new blanket state for mean calculation.
this just copy from MeanCalculation::INIT.
Trait Implementations§
Source§impl Clone for MeanCalculation
impl Clone for MeanCalculation
Source§fn clone(&self) -> MeanCalculation
fn clone(&self) -> MeanCalculation
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MeanCalculation
impl Debug for MeanCalculation
Source§impl Default for MeanCalculation
impl Default for MeanCalculation
Source§impl EntropyTest for MeanCalculation
impl EntropyTest for MeanCalculation
impl Copy for MeanCalculation
Auto Trait Implementations§
impl Freeze for MeanCalculation
impl RefUnwindSafe for MeanCalculation
impl Send for MeanCalculation
impl Sync for MeanCalculation
impl Unpin for MeanCalculation
impl UnwindSafe for MeanCalculation
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