Package com.amalgamasimulation.utils.windowaccumulator


package com.amalgamasimulation.utils.windowaccumulator
  • Class
    Description
    Implements an accumulator for numerical value which accumulating them over consecutive time windows of a specified duration.
    The IWindowAccumulator interface defines the operations for accumulating statistical elements over a window of time.
    A class implementing a window accumulator for a sliding window of a fixed size.