Page 1 of 1

Stochastic model

Posted: Thu Sep 25, 2014 10:31 am
by vytama
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.

Re: Stochastic model

Posted: Thu Sep 25, 2014 10:41 am
by EViews Gareth
You have a space between the solve command and its options.

Re: Stochastic model

Posted: Thu Sep 25, 2014 10:54 am
by vytama
thank you, fixed that, but still the same.
and how can I incorporate obsid and repetions id series in this code? Thank you

Re: Stochastic model

Posted: Thu Sep 25, 2014 10:57 am
by EViews Gareth
I am not sure I understand the question then. If I run that code, a page called page1 is created, and selected.

Re: Stochastic model

Posted: Thu Sep 25, 2014 11:21 am
by vytama
sorry, I found my mistake. thank you for your help