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
Gamma model using gsem - is anyone able to explain the parameterization used specifically for this command?Dear All I have been using a 2-parameter gamma model fitted to survival data. However I am finding t…
Difference-in-difference regression Fixed effects or OLS or Random effectsDear All May you kindly assist me with this basic question. If you are running a difference-in-diff…
error for clogit with vce cluster optionI want to run fixed effects logit model and tell stata that the observations within each firm is not…
New font size overlaying old in graph editorHi, I am quite new to STATA, just completing my first meta-analysis. I am editing my graphs and I n…
Changing elements in associative arraysDear Stata users, I have a question on associative arrays in mata. Let’s assume I have an array cal…
Subscribe to:
Post Comments (Atom)
0 Response to rolling_b prediction generation query
Post a Comment