Description Usage Arguments Value Author(s) References Examples
Test for seasonality in a time series based on lags
1 | seas_decomp(x, transform = TRUE)
|
x |
A time series object |
transform |
Boolean for whether a Box-Cox transform is applied |
A list object with QS-statistic and critical value
Rob Hyndman
https://robjhyndman.com/hyndsight/tscharacteristics/
1 | seas_decomp(ts(rnorm(120, 10,10), frequency=12))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.