View source: R/tests_seasonality.R
seasonality_combined | R Documentation |
"X12" Test On Seasonality
seasonality_combined(
data,
period = NA,
firstperiod = cycle(data)[1],
mul = TRUE
)
data |
the input data. |
period |
Tested periodicity. Can be missing if the input is a time series |
firstperiod |
Position in a cycle of the first obs.
For example, for a monthly, |
mul |
boolean indicating if the seasonal decomposition is multiplicative ( |
Combined test on the presence of identifiable seasonality (see Ladiray and Quenneville, 1999).
s <- do_stationary(log(ABS$X0.2.09.10.M))$ddata
seasonality_combined(s)
seasonality_combined(random_t(2, 1000), 7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.