Skip to main content

Statistics functions

Index of statistics functions

anomalyDetectorContextual

Detects anomalies in a seasonal context using the selected time granularity.

anomalyDetectorExtremeValues

Detects subsets of contiguous values that are extremely high or extremely low.

anomalyDetectorOutliers

Applies Grubbs’ test to detect anomalies (statistical outliers) in a series of numbers.

frequency

Returns a frequency distribution list.

pearsonCorrelation

Returns the Pearson correlation coefficient for two series of numbers.

percentile

Returns the nth percentile for a set of numbers.

rollingCorrelation

Performs a rolling correlation analysis for two series of numbers.

standardDeviation

Returns the standard deviation for a set of numbers.

variance

Returns the variance value for a set of numbers.