Description Usage Arguments Value Examples
View source: R/jd_seasonality.R
Executes a seasonality test
1 | jd_seasonality(s, test, differencing, mean)
|
s |
time series to be tested |
test |
specification of the seasonality test possible options are "QS", "FRIEDMAN", "KRUSKALWALLIS","PERIODOGRAM" |
differencing |
default value is set to 1 |
mean |
default value= TRUE |
returns ...
1 2 3 | myseries<-jd_airline(120)
TESTmyseries <- jd_seasonality(myseries,test= "FRIEDMAN"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.