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

Compare with Current View Page History

Version 1 Next »

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
  • No labels