Hello,
I am using the rolling_b command for forecasting ----
rolling _b, window(700) recursive saving(beta2, replace): arima dlnindpro, ar (1,2,3,7,10) ma(1,3)
In the beta2 file, this appears
Array
gen P = sigma_b_cons1 + _stat_2*L.dlnindpro+ _stat_3*L2.dlnindpro+ _stat_4*L3.dlnindpro+ _stat_5*L7.dlnindpro+ _stat_6*L10.dlnindpro+ _stat_7*L.dlnindpro+ _stat_8*L3.dlnindpro
Is this right for generating the predictions?
Thank you.
Related Posts with rolling_b prediction generation query
Creating a list of listsHi, I am trying to create a list of variable names. Since I have a lot of variables I have created…
Tempfile and error due to "spaces" at the end of a do-file lineHello to everyone. I really hope someone can help me with this. I have a dataset in which I am runni…
Fixed effects and instrumental variablesHello all, I have 3 years of cross sectional data of which 2 years have information on my independe…
margin effects for continuous variablesHello, I need to understand how to interpret the margins effects when my independent variable is co…
Problems when adding macro variables and time dummies in RE panel model?Hi, I am trying to explain the formation of shipping freight rates through the use of several diffe…
Subscribe to:
Post Comments (Atom)
0 Response to rolling_b prediction generation query
Post a Comment