Search found 4 matches
- Thu Mar 10, 2011 10:04 am
- Forum: Programming
- Topic: Running many LS models with a loop
- Replies: 4
- Views: 4497
Re: Running many LS models with a loop
I already read that and I don't get it. I am not a programmer. All the codes I write don't run. But thanks for the pernicious sarcasm, it really makes it likely this forum will used again.
- Thu Mar 10, 2011 10:04 am
- Forum: Programming
- Topic: Loop with creating series
- Replies: 3
- Views: 4081
Re: Loop with creating series
I already read that and I don't get it. I am not a programmer. All the codes I write don't run. But thanks for the pernicious sarcasm, it really makes it likely this forum will used again.
- Wed Mar 09, 2011 11:40 pm
- Forum: Programming
- Topic: Loop with creating series
- Replies: 3
- Views: 4081
Loop with creating series
Hello, is it possible to create many different series using a loop? I tried using a loop to create seasonal dummies, but i am having trouble. It only creates one, and it turns out wrong. If, for example, you have daily data, and you want weekday, why doesnt this work? for !i = 1 to 7 genr series(!i)...
- Wed Mar 09, 2011 11:36 pm
- Forum: Programming
- Topic: Running many LS models with a loop
- Replies: 4
- Views: 4497
Running many LS models with a loop
Hello, I am not a programmer (unfortunately :cry: ) and I am realizing how much time it would save if I were! I want to run a program that runs ARMA(p,q) + trend + seasonality models from p = 0 to 4 and q = 0 to 4. This is 16 different models. Is there a way to get all the outputs for these? Or even...
