Description Usage Arguments Value Examples
Locate and remove outliers using an arima model to whiten time series, Hampel's MAD criterion to identify outliers, and kalman smoothing. Algorithm is recursive and continues until no further outliers are found.
1 |
s |
timeseries |
order |
order specification of arima model; defaults to AR(2) |
k |
hampel's half-window size. Defines window for MAD computation |
tol |
MAD outlier threshold; defaults to 3 (Pearson's rule) |
cleaned timeseries.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.