Uses of Class
org.ow2.clif.jenkins.chart.movingstatistics.AbstractMovingStat
-
Packages that use AbstractMovingStat Package Description org.ow2.clif.jenkins.chart.movingstatistics -
-
Uses of AbstractMovingStat in org.ow2.clif.jenkins.chart.movingstatistics
Subclasses of AbstractMovingStat in org.ow2.clif.jenkins.chart.movingstatistics Modifier and Type Class Description class
MovingAverageStat
Calculate the moving average of time series data.class
MovingMaxStat
Calculate the moving max of time series data.class
MovingMedianStat
Calculate the moving median of time series data.class
MovingMinStat
Calculate the moving min of time series data.class
MovingStdDevStat
Calculate the moving stabdard deviation of time series data.class
MovingThroughputStat
Calculate the moving throughput of time series data.
-