Data Products#
Methods for deriving additional data products from time series data, such as smoothed signals using frequency filters or polynomial fits, residual extraction, and calculation of kNN and LOF scores.
K nearest neighbor scoring. |
|
Assign Local Outlier Factor (LOF). |
|
Univariate outlier scoring, based on LOF. |
|
Calculate (rolling) Zscores. |
|
Residuals from polynomial fit. |
|
Residuals from sliding window fit. |
|
Fit a polynomial model to the data. |
|
Filter and smooth data with Butterworth filter. |

