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 classMovingAverageStatCalculate the moving average of time series data.classMovingMaxStatCalculate the moving max of time series data.classMovingMedianStatCalculate the moving median of time series data.classMovingMinStatCalculate the moving min of time series data.classMovingStdDevStatCalculate the moving stabdard deviation of time series data.classMovingThroughputStatCalculate the moving throughput of time series data.
-