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, ...)
A vector to extract features from.
The period of the seasonality.
The seasonal window of the data (passed to stats::stl()
)
Further arguments passed to stats::stl()
A vector of numeric features from a STL decomposition.