Trait linreg::IteratorMean [−][src]
Calculate a mean over an iterator
Required Methods
fn mean(&mut self) -> Option<F>
Calculates the mean value of all returned items of an iterator. Returns
None if either no items are present or more items than can be counted
by F (conversion from usize to F is not possible).