Uses of Class
org.apache.hadoop.hbase.util.WindowMovingAverage
-
Uses of WindowMovingAverage in org.apache.hadoop.hbase.util
Modifier and TypeClassDescriptionclass
EMA is similar toWeightedMovingAverage
in weighted, but the weighting factor decrease exponentially.class
Different from SMASimpleMovingAverage
, WeightedMovingAverage gives each data different weight.