Identify and replace outliers and missing values in a time series
Uses supsmu for non-seasonal series and a robust STL decomposition for seasonal series. To estimate missing values and outlier replacements, linear interpolation is used on the (possibly seasonally adjusted) series
tsclean(x, replace.missing = TRUE, lambda = NULL)
x |
time series |
replace.missing |
If TRUE, it not only replaces outliers, but also interpolates missing values |
lambda |
Box-Cox transformation parameter. If |
Time series
Rob J Hyndman
cleangold <- tsclean(gold)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.