Versions Compared

Key

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

...

  • count
  • countFlags
  • kurtosis
  • max
  • mean (acts as movingaverage transformation)
  • geometric mean  (2019.01)
  • median
  • min
  • percentileExceedence
  • percentileNonExceedence
  • quartile
  • rootMeanSquareError
  • rsquared
  • skewness
  • standardDeviation
  • sum
  • variance
Trim Output

Note that this optional and default false, but very recommended to use to prevent overwriting existing values by missings (see logWarnExistingValueOverwrittenByMissing log messages). This problem will happen in case the transformation is running at a smaller cardinal timestep than the aggregation timestep. For example, running at 00:05, while aggregating to clock hours will result in a non-full clock hour at the start of the aggregation, so result in a missing value. With the trimOutput=true, that missing value will be ignored.

Configuration Example

Input variable definition:

...