Description Usage Arguments Value Author(s) Examples
This function performs a signal winsorization. It takes a ts object or a numeric vector and returns cleansed values. For series with more than 24 observation the function winsorizes the remainder of a STL decomposition.
1 |
time_series |
ts object. |
frequency |
numeric. frequency of the time series |
ts object or numeric vector
Jillian Teo
1 2 3 4 | ## Not run:
winsorize(AirPassengers)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.