Saving graphs
by Henrique Andrade
Dear Gretl Community,
Is there a way to save graphs (as .png or .pdf) when they are
in the "zoom mode" (right click on the graph -> zoom)?
Thanks in advance,
Henrique C. de Andrade
Doutorando em Economia Aplicada
Universidade Federal do Rio Grande do Sul
www.ufrgs.br/ppge
14 years, 1 month
Re: [Gretl-users] Recursive processes:
by Allin Cottrell
On Sun, 31 Oct 2010, Eloy A. Fisher Hogan wrote:
> Hello everyone, I trying to migrate from Eviews to GRETL so
> perhaps this is noob question - how can we state recursive
> processes in GRETL?
> I generate the nulldata 200 and create a random et using
> randgen, I try to use the ARMA functionality but it doesn't
> recognize the 0.8 coefficient, when I try to estimate yt I run
> into problems. In E-views the code is:
>
> smpl @first @last
> series e=nrnd
> smpl @first @first
> series y = 0
> smpl @first+1 @last
> series y = .8*y(-1)+e
It's very similar in gretl:
nulldata 200
series e = normal()
series y = 0
y = .8*y(-1) + e
Alternatively, there's the filter() function.
Allin Cottrell
14 years, 1 month
issue
by artur tarassow
Dear gretl community,
I am trying to program some dynamic multipliers on gretl.
Unfortunately, I've got some problems. Consider the following part of
the script:
-----------------------------------
scalar h = 60
scalar k = 1
matrix mtheta = {0.035316 ; -0.021316 ; -0.012700}
mtheta
mpsi = zeros(h,k)
mpsi[1,] = mtheta[1,]
mpsi[1+1,] = vphi[1:1]*mpsi[1:1,] + mtheta[1+1,]
mpsi[2+1,] = vphi[1:2]*mpsi[2:1,] + mtheta[2+1,] #Stops here: "Range
2 to 1 is non-positive!"
mpsi[3+1,] = vphi[1:3]*mpsi[3:1,] + mtheta[3+1,]
--------------------------------------------------------------
Unfortunately, the program stops (where it shoudn't) at the marked
stage due to the reason that the computed number becomes non-positive.
Is there any way to circumvent this behaviour?
Thanks in advance!
Artur
14 years, 1 month
Ralph M Rodriguez/PO/KAIPERM is out of the office.
by Ralph.M.Rodriguez@kp.org
I will be out of the office starting 11/03/2010 and will not return until
11/08/2010.
Hi All, I will be out of the office from Nov 3 through Nov 5, returning Nov
8. I will be checking mail in the evenings daily. Please, if you have an
immediate concern regarding Cost Model or Construction Economics, please
email us or contact Brad A Njus, 510 625 4595, with your questions.
Regards
Ralph
14 years, 1 month