...
- count
- countFlags
- kurtosis
- max
- mean (acts as movingaverage transformation)
- geometric mean (2019.01)
- median
- min
- percentileExceedence: (calculates the parameter value which is exceeded x% of the time in the aggregation period)
- percentileNonExceedence: (calculates the parameter value which is not exceeded x% of the time over the entire timeseries. The output of this percentileNonExceedence(90x) function is what is colloquially known as the 90th xth percentile of that timeseries.)
- quartile
- rootMeanSquareError
- rsquared
- skewness
- standardDeviation
- sum
- variance
...