Package org.ow2.clif.jenkins.chart.movingstatistics
-
Class Summary Class Description AbstractMovingStat Abtract class to calculate moving statistics.MovingAverageStat Calculate the moving average of time series data.MovingMaxStat Calculate the moving max of time series data.MovingMedianStat Calculate the moving median of time series data.MovingMinStat Calculate the moving min of time series data.MovingStdDevStat Calculate the moving stabdard deviation of time series data.MovingThroughputStat Calculate the moving throughput of time series data.