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
Do you need to recode and manipulate variables before or after multiple imputation?I have heard conflicting advice on when to manipulate and recode variables. I was once told that you…
Comparing coefficients across two modelsHi all, consider a very simple model with the same outcome and predictor variables, but one run excl…
Mixed model Code for my model and multicollinearity problem.I am using a scenario-based method, which is similar to conjoint analysis methos. Below is my model.…
Summarizing variable across/over groupsHi, I have some healthcare utilization data in the long format and would like to create simple data …
Predicted Probabilities using gologit2Hi, I have run a gologit2 command on my dependent variabel comprising of four catergoies with autofi…
Subscribe to:
Post Comments (Atom)
0 Response to rolling_b prediction generation query
Post a Comment