pub struct WeightedMean { /* private fields */ }Expand description
Preview O(1)-space weighted arithmetic mean.
Implementations§
Trait Implementations§
Source§impl Clone for WeightedMean
impl Clone for WeightedMean
Source§fn clone(&self) -> WeightedMean
fn clone(&self) -> WeightedMean
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 moreSource§impl Debug for WeightedMean
impl Debug for WeightedMean
Source§impl Default for WeightedMean
impl Default for WeightedMean
Source§fn default() -> WeightedMean
fn default() -> WeightedMean
Returns the “default value” for a type. Read more
Source§impl PartialEq for WeightedMean
impl PartialEq for WeightedMean
impl StructuralPartialEq for WeightedMean
Source§impl WeightedStatistic for WeightedMean
impl WeightedStatistic for WeightedMean
Auto Trait Implementations§
impl Freeze for WeightedMean
impl RefUnwindSafe for WeightedMean
impl Send for WeightedMean
impl Sync for WeightedMean
impl Unpin for WeightedMean
impl UnsafeUnpin for WeightedMean
impl UnwindSafe for WeightedMean
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