Anomaly detection

Contents

Anomaly detection#

scores#

  • zscore

    • Measures the distance of a data point from the mean in terms of standard deviations, assuming a single variable.

  • mahalanobis

    • Measures the distance of a data point from the mean of a multivariate distribution, taking into account the correlations between variables.

  • time series

methods#