Dear all!
I hope you are well.
I am trying to calculate the AIC and BIC of ARDL(p,q) models for different values of p and q.
In particular, If p_max=q_max=4 I want to calculate the AIC and BIC for the following set of models
ARDL(0,0) ARDL(0,1), ARDL(0,2), ARDL(0,3), ARDL(0,4)
ARDL(1,0), ARDL(1,1), ARDL(1,2), ARDL(1,3), ARDL(1,4)
ARDL(2,0), ARDL(2,1), ARDL(2,2), ARDL(2,3), ARDL(2,4)
ARDL(3,0), ARDL(3,1), ARDL(3,2), ARDL(3,3), ARDL(3,4)
ARDL(4,0), ARDL(4,1), ARDL(4,2), ARDL(4,3), ARDL(4,4)
So I am using the Stata command
ardl y x, aic maxlags(4) matcrit(lagcombs)
matrix list lagcombs
but the problem is that this command considers this set of models
ARDL(1,0), ARDL(1,1), ARDL(1,2), ARDL(1,3), ARDL(1,4)
ARDL(2,0), ARDL(2,1), ARDL(2,2), ARDL(2,3), ARDL(2,4)
ARDL(3,0), ARDL(3,1), ARDL(3,2), ARDL(3,3), ARDL(3,4)
ARDL(4,0), ARDL(4,1), ARDL(4,2), ARDL(4,3), ARDL(4,4)
Is there any way to calculate the AIC and BIC for
ARDL(0,0) ARDL(0,1), ARDL(0,2), ARDL(0,3), ARDL(0,4)
Also, is there any way to obtain in a table BOTH the AIC and BIC because the above command does not allow to have something like
ardl y x, aic bic maxlags(4) matcrit(lagcombs)
Thank you all!
Related Posts with Calculating the AIC and BIC of ARDL(p,q) models for different values of p and q
Combining two variablesHello, i'm just working on a do-file and I'm struggeling to combine to variables. The first variable…
Calculating BMI when ht and wt have been recorded with different unitsHello, I am trying to create a new variable for BMI and I have a dataset with continuous variable "…
Use of bma/wals on binary dependent variableHi there...I have a binary dependent variable (use foxtlogit analysis)...I am now at a point of cons…
How to create a string variable with the string value of the variable name?I am trying to use merge on two data sets, one which has a value for PID for approximately 1700 obse…
IV regression with multiple interactionsHello, I hope you could help me with this. I need to estimate three separate equations with -ivreg2…
Subscribe to:
Post Comments (Atom)
0 Response to Calculating the AIC and BIC of ARDL(p,q) models for different values of p and q
Post a Comment