VARorderI | R Documentation |
This program is similar to VARorder, but it uses observations from t=p+1 to T to compute the information criteria for a given VAR(p) model.
VARorderI(x, maxp = 13, output = T)
x |
A T-by-k data matrix of vector time series |
maxp |
The maximum VAR order entertained |
output |
A logical switch to control output |
For a given VAR(p) model, the program uses observations from t=p+1 to T to compute the information criteria. Therefore, different numbers of data points are used to estimate different VAR models.
aic |
Akaike information criterion |
aicor |
Order selected by AIC |
bic |
Bayesian information criterion |
bicor |
Order selected by BIC |
hq |
Hannan and Quinn information criterion |
hqor |
Order selected by hq |
Mstat |
Step-wise Chi-square statistics |
Mpv |
p-values of the M-statistics |
Ruey S Tsay
Tsay (2014)
VARorder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.