Description Usage Arguments Value
Finds the seasonal period - or, in the case of multiple seasonality,
combination of seasonal periods - of a dockless_df
time series that
leads to the highest forecast accuracy. Does this with time series
cross-validation.
1 | test_seasonality(data, seasons)
|
data |
object of class |
seasons |
a list of different seasonal period lengths - or, in the case
of multiple seasonality, combinations of seasonal period lenghts - in time
lags to be tested for. No seasonality should be represented by |
Returns a value specifying the length in time lags of the seasonal
period. In the case of multiple seasonality, it returns a vector. In the case
of no seasonality, it returns NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.