Class SimpleMovingAverage
- java.lang.Object
-
- org.wso2.diagnostics.watchers.trafficanalyzer.SimpleMovingAverage
-
public class SimpleMovingAverage extends Object
-
-
Constructor Summary
Constructors Constructor Description SimpleMovingAverage(int windowSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDataToList(int newData)doublegetCurrentThreshold()List<Integer>getTempList()voidsetMa(double ma)doubleupdate(int newDataPoint)
-