Trait average::Estimate [−][src]
Estimate a statistic of a sequence of numbers (“population”).
Required methods
fn add(&mut self, x: f64)[src]
Add an observation sampled from the population.
fn estimate(&self) -> f64[src]
Estimate the statistic of the population.