Uses of Class
org.LatencyUtils.IntervalEstimator

Uses of IntervalEstimator in org.LatencyUtils
 

Subclasses of IntervalEstimator in org.LatencyUtils
 class MovingAverageIntervalEstimator
          A moving average interval estimator.
 class TimeCappedMovingAverageIntervalEstimator
          A moving average interval estimator with a cap on the time window length that the moving window must completely fit in in order to provide estimated time intervals.
 

Methods in org.LatencyUtils that return IntervalEstimator
 IntervalEstimator LatencyStats.getIntervalEstimator()
          get the IntervalEstimator used by this LatencyStats object
 



Copyright © 2014. All rights reserved.