Description Usage Arguments Value Author(s) Examples
View source: R/data_cleansing.R
This function replaces outliers by an expected value given the 5 error component plus the denoised series.
1 | winsorize_ts(.data, freq = numeric(), winsorize_config = list())
|
.data |
tibble/data.frame: data. |
freq |
integer: frequency of the time series. |
winsorize_config |
list: options for winsorize cleansing method. |
numeric cleansed series
Obryan Poyser
1 2 3 4 | ## Not run:
winsorize_ts(AirPassengers)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.