Search found 4 matches
- Mon Sep 15, 2014 1:46 pm
- Forum: Programming
- Topic: Storing Akaike number
- Replies: 3
- Views: 2611
Re: Storing Akaike number
Hello Garreth, I didn't understand your answer... I already tried the : x(!i;!j) = {%y}_eq.@aic But it keeps appearing the message: "Sintax error in "X(1,1) = AVIC_eq.@aic" Here is the program: 'create matrix to store coefficients. matrix(19,19) x vector(19) y !i=1 y(!i) = !i for !j=1...
- Mon Sep 15, 2014 10:52 am
- Forum: Programming
- Topic: Storing Akaike number
- Replies: 3
- Views: 2611
Storing Akaike number
Hello, I need to store the Akaike number in a matrix so I can after choose the best model for each serie. I tried in 2 different ways. The First: 'create matrix to store coefficients. matrix(1,19) coefs for !i=1 to 19 for %y Avic Bebidas Chapas Diversos Fumos hortifru Mademobi transportes eletcom Me...
- Tue Sep 09, 2014 5:58 am
- Forum: Programming
- Topic: creating a new series by copying data from lots of series
- Replies: 2
- Views: 1866
Re: creating a new series by copying data from lots of serie
Thank you very much!!
- Mon Sep 08, 2014 8:54 pm
- Forum: Programming
- Topic: creating a new series by copying data from lots of series
- Replies: 2
- Views: 1866
creating a new series by copying data from lots of series
Hello, I made a program with 24 forecasts for each series that I have. Each forecast I made 1 step ahead. Now I want to create a new series only with the forecast one step ahead. So for example I'll have to create a new series where in 2012M2 I'll have the number of another serie (for example Avic_f...
