pub struct ProgressiveStats { /* private fields */ }Expand description
Progressive statistical computation that builds results incrementally
Implementations§
Source§impl ProgressiveStats
impl ProgressiveStats
Sourcepub fn add_sample(&mut self, value: f64)
pub fn add_sample(&mut self, value: f64)
Add a sample to the progressive computation
Trait Implementations§
Source§impl Debug for ProgressiveStats
impl Debug for ProgressiveStats
Auto Trait Implementations§
impl Freeze for ProgressiveStats
impl RefUnwindSafe for ProgressiveStats
impl Send for ProgressiveStats
impl Sync for ProgressiveStats
impl Unpin for ProgressiveStats
impl UnwindSafe for ProgressiveStats
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