Versions Compared

Key

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

InstantaneousToMean

Input
  • inputVariable
Options
  • allowMissingValues
  • includeFirstValueOfAggregationPeriodInCalculation
Output
  • outputVariable
Description

This transformations calculates the mean value of instantaneous values over a certain period. If the options allowMissingValues is enabled a mean value is calculated if there 1 or more valid values in the aggregation period. If the option is disabled a missing value returned if one of the values in the period is a missing value.

...

If the option is disabled the average wil calculated as the average of the all the instantaneous values excluding the first value (1). In this example the average would be

(2+3+4+5)/4=4.66

Configuration example