Description Usage Arguments Value
View source: R/ts_preprocess.R
Seasonally adjusts a time series vector using the multiplicative decomposition approach.
1 | seasonal_adjustment(y, frequency = frequency, h = h, type = "M", ...)
|
y |
time series vector |
frequency |
frequency of time series |
h |
horizon of time series |
... |
not used |
list with two members; res is the seasonally adjusted time series; param the seasonal components to reconstruct the time series or forecasts in inv_seasonal_adjustment
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.