public abstract class StandardDeviation extends Object
Constructor and Description |
---|
StandardDeviation() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addSample(double sample) |
abstract double |
mean() |
abstract void |
reset() |
double |
standardDeviation() |
abstract double |
variance() |
Copyright © 2012 Thomas Hillebrandt. All Rights Reserved.