Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The accumulation interval function creates cumulative series for several intervals. For the first output timeStep in each interval the output value equals the input value for that timeStep. For the other timeSteps for a given timeStep the output value is equal to the sum of the input value for that timeStep and the previous output value. The intervals are defined by the selected time span or time step. If a time span is selected, then the function uses the time span as the size for the intervals and the first interval starts at the start of the period that is visible in the time series display. If a time step is selected, then the function uses the time step to create intervals and each period between two consecutive time steps is an interval.

Attributes:

  • function: accumulationInterval
  • movingAccumulationTimeSpan: Time spans that the user can select using the slider.
    or
  • timeStep: Time steps that the user can select using the slider.
Accumulation aggregation (with associated time span or time step)

The accumulation interval sums the values for all time steps within the selected time window range. The time window range is defined by the associated time span or time step.

Attributes:

  • function: accumulationIntervalaccumulationAggregation
  • movingAccumulationTimeSpan: Time spans that the user selects from can select using the slider.
    or
  • timeStep: Time steps that the user selects from can select using the slider.
Frequency distribution (with associated samples)

...

movingAccumulationTimeSpan

Time Defines the time spans that the user selects by can select using the slider for this function in the TimeSeriesDisplay. MovingAccumulationTimeSpan can only be used for functions of the following type: relativeAggregation, movingAverage, centralMovingAverage, accumulationInterval, accumulationAggregation.

timeStep

Time Defines the time steps that the user selects by can select using the slider for this function in the TimeSeriesDisplay. TimeStep can only be used for functions of the following type: calendarAggregation, accumulationInterval, accumulationAggregation.

samples

Number Defines the amounts of samples that the user selects by can select using the slider for this function in the TimeSeriesDisplay. Samples can only be used for functions of the following type: frequencyDistribution, gaussianCurve.

Descriptive Function Group

...