...
- count
- countFlags
- kurtosis
- max
- mean (only nonequidistant as input)
- median
- min
- percentileExceedence (calculates the parameter value which is exceeded x% of the time over the entire timeseries)
- percentileNonExceedence 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
...