Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

A statisticsEnsemble transformation will compute the configured statistic function. Input is an ensemble with multiple time series. Output is one time series. Per time step the ensemble values for that time step are used to get a statistic output value.

This can be used for example to calculate the average of an ensemble of time series.

Functions

The available statistic functions are:

  • count
  • kurtosis
  • max
  • mean
  • median
  • min
  • percentileExceedence
  • percentileNonExceedence
  • quartile
  • rootMeanSquareError
  • rsquared
  • skewness
  • standardDeviation
  • sum
  • variance