seasonality_test | R Documentation |
Checks for the presence of seasonality based on the QS test of Gomez and Maravall (1996).
seasonality_test(x, frequency = NULL)
x |
an (xts) vector (usually of a stationary series). |
frequency |
overrides any frequency automatically identified in the index of x. |
Given the identified frequency of the xts vector (using the
sampling_frequency
), the function checks for seasonality at
that frequency. The frequency can be overridden by directly supplying a
frequency argument, in which case y does not need to be a xts vector.
Logical.
Alexios Galanos
Gomez1995tsaux
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.