function problems
by Sven Schreiber
Hi,
I'm currently trying to use the cool function-package features of gretl.
In the process I'm having some problems (with the cvs version from
yesterday).
Illustration:
1. start gretl
2. load example data2-3.gdt
3. execute the following function definition (without the email
linebreaks, of course):
function alphatest2 (int order, int rank, list endo, int consttrend,
bool seasonals)
vecm order rank endo
end function
4. Then execute the following script:
genr myorder = 2
genr myrank = 1
list myvar = unemp infl
genr myconsttrend = 3
genr myboolseasonals = 0
alphatest2 (myorder, myrank, myvar, myconsttrend, myboolseasonals)
... which sends gretl in an infinite loop it seems, so it has to be killed.
Experimentation showed that a function with the command:
vecm order 1 endo
works well.
And something totally unrelated: In the command reference index (text
format), when I click on genr, I get matrix.
thanks,
Sven
18 years, 2 months
Re: [Gretl-users] ADF test
by john w
Here it is.
I used CVS Gretl.
>From: "Riccardo (Jack) Lucchetti" <r.lucchetti(a)univpm.it>
>Reply-To: r.lucchetti(a)univpm.it, Gretl list
><gretl-users(a)ricardo.ecn.wfu.edu>
>To: "Gretl list" <gretl-users(a)ricardo.ecn.wfu.edu>
>Subject: Re: [Gretl-users] ADF test
>Date: Thu, 16 Nov 2006 13:23:34 +0100 (CET)
>
>
>On Thu, November 16, 2006 12:09, john w wrote:
> > Hi,
> > I tried to do ADF tests with and without Test down option. Using always
>the
> > same variable.
>
>...
>
>Could you post your data, please?
>
>
>Riccardo (Jack) Lucchetti
>Dipartimento di Economia
>Facoltà di Economia "G. Fuà"
>Ancona
>
>_______________________________________________
>Gretl-users mailing list
>Gretl-users(a)ricardo.ecn.wfu.edu
>http://ricardo.ecn.wfu.edu/mailman/listinfo/gretl-users
_________________________________________________________________
Windows Live Messenger has arrived. Click here to download it for free!
http://imagine-msn.com/messenger/launch80/?locale=en-gb
18 years, 2 months