pub struct Sum<T = f64> { /* private fields */ }
Expand description
ndhistogram bin value type for filling unweighted values. Analogous to WeightedSum. Methods returning variance and standard deviation assume Poisson statistics.
Implementations§
Trait Implementations§
Source§impl<T: Ord> Ord for Sum<T>
impl<T: Ord> Ord for Sum<T>
Source§impl<T: PartialOrd> PartialOrd for Sum<T>
impl<T: PartialOrd> PartialOrd for Sum<T>
impl<T: Copy> Copy for Sum<T>
impl<T: Eq> Eq for Sum<T>
impl<T> StructuralPartialEq for Sum<T>
Auto Trait Implementations§
impl<T> Freeze for Sum<T>where
T: Freeze,
impl<T> RefUnwindSafe for Sum<T>where
T: RefUnwindSafe,
impl<T> Send for Sum<T>where
T: Send,
impl<T> Sync for Sum<T>where
T: Sync,
impl<T> Unpin for Sum<T>where
T: Unpin,
impl<T> UnwindSafe for Sum<T>where
T: UnwindSafe,
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