Re: [Gretl-users] autoreg formula and bessel function

2009-06-19 Thread Ignacio Diaz-Emparanza
On Domingo, 14 de Junio de 2009 23:23:19 Riccardo (Jack) Lucchetti escribió: > > That said, I think that statements like "series y = 1 + y(-1)" are ok for > quick-n-dirty jobs, but for more general arma-like manipulations of time > series (especially in scripts) I'd strongly advise everyone to use

[Gretl-users] problems with windows snapshot

2009-06-19 Thread Klein , Christoph
Hi, I've downloaded the windows snapshot (1.8.1cvs 2009-06-18) this morning. It seems to have problems when decrementing scalars. The following programm fails nulldata 10 scalar d=1 d-=1 in the last line, saying "command d unknown", or "Befehl 'd' unbekannt" in german. I've downloaded current

Re: [Gretl-users] problems with windows snapshot

2009-06-19 Thread Allin Cottrell
On Fri, 19 Jun 2009, Allin Cottrell wrote: > On Fri, 19 Jun 2009, Klein, Christoph wrote: > > nulldata 10 > > scalar d=1 > > d-=1 > > > > ..."command d unknown"... > > Hmm, I can reproduce this using gretlcli.exe under wine on Linux. Now fixed in CVS and snapshot. Allin

Re: [Gretl-users] problems with windows snapshot

2009-06-19 Thread Allin Cottrell
On Fri, 19 Jun 2009, Klein, Christoph wrote: > I've downloaded the windows snapshot (1.8.1cvs 2009-06-18) this > morning. It seems to have problems when decrementing scalars. > The following programm fails > > nulldata 10 > scalar d=1 > d-=1 > > in the last line, saying "command d unknown"... Hmm