Trait basic_dsp_vector::PreciseStats [−][src]
pub trait PreciseStats<T>: Sized { fn add_prec(&mut self, elem: T, index: usize, sumc: &mut T, rmsc: &mut T); }
Expand description
A trait for statistics which allows to add new values in a way so that the numerical uncertainty has less impact on the final results.