public interface VarianceState extends AccumulatorState
Modifier and Type | Method and Description |
---|---|
long |
getCount() |
double |
getM2() |
double |
getMean() |
void |
setCount(long value) |
void |
setM2(double value) |
void |
setMean(double value) |
getEstimatedSize
Copyright © 2012–2019. All rights reserved.