Search found 5 matches
- Fri Sep 16, 2016 9:35 am
- Forum: Programming
- Topic: include command clarification
- Replies: 5
- Views: 3996
Re: include command clarification
And if the files (to be run) are in different folders/subfolders it will still work?
- Fri Sep 16, 2016 8:57 am
- Forum: Programming
- Topic: include command clarification
- Replies: 5
- Views: 3996
Re: include command clarification
Can it be done with a run or exec command? And how - an example will help ...
- Fri Sep 16, 2016 8:33 am
- Forum: Programming
- Topic: include command clarification
- Replies: 5
- Views: 3996
include command clarification
I want to know if I can run/execute (with the include command) a number of subprograms (that are in different folders) in a FOR loop depending on a parameter. For the moment only the first program is run and then the whole thing stops.
THX.
THX.
- Wed Jun 01, 2016 5:55 am
- Forum: Programming
- Topic: Bootstrap VAR [Simple/Bayesian VAR]
- Replies: 3
- Views: 4149
Re: Bootstrap VAR [Simple/Bayesian VAR]
Dear Gareth, the option that I choose in the model_name.stochastic(options) is i=b (i=arg (default=“n”) Innovation generation: “n” (normal random number) or “b” (bootstrap)). Therefore, how and in which way the bootstrap forecast is different [than the normal random number option]? Is there any refe...
- Wed Jun 01, 2016 4:28 am
- Forum: Programming
- Topic: Bootstrap VAR [Simple/Bayesian VAR]
- Replies: 3
- Views: 4149
Bootstrap VAR [Simple/Bayesian VAR]
Dear all, I'm bootstrapping a simple VAR (with 4 variables; that was converted to a model "MODEL_F") - in order to generate a few thousand forecast over a sample (see code below): MODEL_F.stochastic(i=b, d=f, v=t, s={%simulation_period}, r={%no_simulations}, c=f, p=BS) MODEL_F.solveopt(s=s...
