public class MeanVarianceProcessor extends AbstractProcessor
Donald E. Knuth (1998). The Art of Computer Programming, volume 2: Seminumerical Algorithms, 3rd edn., p. 232.The algorithm is described online at:
http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#On-line_algorithm
Statistic,
StreamingSampleStats| Constructor and Description |
|---|
MeanVarianceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Double |
get(Statistic stat)
Gets the value of the statistic calculated by this processor.
|
Collection<Statistic> |
getSupported()
Gets the
Statistics supported by this processor. |
addNoDataRange, addNoDataValue, addRange, addRange, get, getNoDataRanges, getNumAccepted, getNumNaN, getNumNoData, getNumOffered, getRanges, getRangesType, isAccepted, offer, setRangesTypepublic Collection<Statistic> getSupported()
Statistics supported by this processor.StatisticsCopyright © 2009–2018. All rights reserved.