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
how to generate sequence integer starting from 0 (by group)Hi, I have a panel data set and try to generate sequence numbers by group but the numbers starting f…
How can i convert a *.dsv file into a *.dta file?Hi I would like to work with a dataset of the recent president's election in Argentina. But I could…
WHEN to delete missing/negative values?Hello, I was wondering when it is best to clean the data (i.e. delete missing or negative values) w…
Stata doesn't perform function. Do i have to change stata to another program?Dear statalist. I have data 2,000,000 observation. My stata version is 14 MP 8 core. My labtop Intel…
Amemiya-Lee-NeweyI having problems using Amemiya-Lee-Newey test after ivprobit with in regression with 2 instruments.…
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