Class MovingAverageTraceFunction

java.lang.Object
microsim.statistics.functions.AbstractFunction
microsim.statistics.functions.MovingAverageTraceFunction
All Implemented Interfaces:
EventListener, DoubleSource, UpdatableSource

public class MovingAverageTraceFunction extends AbstractFunction implements DoubleSource
This class computes the average of the last values collected from a data source. The number of values used to compute the average value is specified in the constructor. The mean function return always double values, so it implements only the DoubleSource interface.