Description Usage Arguments Value Examples
View source: R/jd_seasonality.R
Executes a F test on the coefficients of trading days
1 | jd_tdftest(s, ar)
|
s |
time series to be tested |
ami |
ar. Use of s(t-1) in the regression. Otherwise, regression on the differences. default value=TRUE |
returns the F test
1 2 | myseries<-jd_airline(120)
TESTmyseries <- jd_tdftest(myseries)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.