Stochastic model
Posted: Thu Sep 25, 2014 10:31 am
Hello,
I am trying to create a stochastic model that I could solve it in a program. So far I have this:
var lei_var_1.ls 1 4 rgdp_cycle vlei_lag vemi_lag vfci_lag
lei_var_1.makemodel(M1)
m1.stochastic(p=page1, r=10000)
smpl 2014q3 2020q4
m1.solve (s=s)
pageselect page1
If I solve this model manually through Proc- solve model, the results (obsid, number of repetitions, and series_0) are shown on page 1. However, if I try to run the code above, results show up on current page and not on page1. Also how can I incorporate obsid and repetions id series in this code? I need them in the next step to unstack the page1 by obsid an repetitions id. Thank you. Eviews 8.
I am trying to create a stochastic model that I could solve it in a program. So far I have this:
var lei_var_1.ls 1 4 rgdp_cycle vlei_lag vemi_lag vfci_lag
lei_var_1.makemodel(M1)
m1.stochastic(p=page1, r=10000)
smpl 2014q3 2020q4
m1.solve (s=s)
pageselect page1
If I solve this model manually through Proc- solve model, the results (obsid, number of repetitions, and series_0) are shown on page 1. However, if I try to run the code above, results show up on current page and not on page1. Also how can I incorporate obsid and repetions id series in this code? I need them in the next step to unstack the page1 by obsid an repetitions id. Thank you. Eviews 8.