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