You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Description

A statisticsSerial transformation will compute the configured statistic function. The outputVariable has to be a timeSeries with a defined aggregation period. For each timestep in the output series the input values within the corresponding aggregation period  are used to get a result  value for that output time. The aggregation period has to be defined in the output timeseriesset.

Functions

The available statistic functions are:

  • count
  • countFlags
  • kurtosis
  • max
  • mean (acts as movingaverage transformation)
  • median
  • min
  • percentileExceedence
  • percentileNonExceedence
  • quartile
  • rootMeanSquareError
  • rsquared
  • skewness
  • standardDeviation
  • sum
  • variance
Configuration Example

Input variable definition:

Transformation definition:

Output example

  • No labels