feat_stl | R Documentation |
Computes a variety of measures extracted from an STL decomposition of the time series. This includes details about the strength of trend and seasonality.
feat_stl(x, .period, s.window = 11, ...)
x |
A vector to extract features from. |
.period |
The period of the seasonality. |
s.window |
The seasonal window of the data (passed to |
... |
Further arguments passed to |
A vector of numeric features from a STL decomposition.
Forecasting Principle and Practices: Measuring strength of trend and seasonality
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.