gretl CVS status (important!)
by Allin Cottrell
Hello all (and apologies for the cross-posting)
Most of the time gretl CVS (and snapshots) are basically "latest
stable", but every now and then CVS gets a little wild as new stuff
comes in. Well, now is one of those times. So:
* DO NOT update to CVS as of 11 July 2011 if you just want the
latest marginal fixes to a "production" version of gretl.
* DO update to the new CVS if you're willing to help test some major
internal changes. These will make the libgretl API much easier for
third parties to use, and will also facilitate various possible
future developments of gretl itself. (I don't want to expand on that
right now, because I'm not promising anything.)
The internal changes are not (at this point) designed to have any
user-visible effects. We're just looking for any regressions (in the
literal sense of going backwards) from the status quo ante.
If you decide to test, thanks! But please be aware that I'm
currently working through a large set of regression tests looking
for "predictable" breakage. So, for now, please do not file bug
reports via SourceForge, and -- for a few days -- please
hold back on bug-report messages to the gretl lists (unless you find
something really urgent).
Allin Cottrell
13 years, 8 months
A minor bug in importing Eviews's files of panel data
by yinung@Gmail
Dear all,
I found a minor bug when i imported Eviews's files of panel data to gretl.
You may see the attached two files. The one named "test-dated-panel1.wf1"
can be imported into gretl correctly. The other named
"test-dated-panel2.wf1" has a problem in importing to report an error
message:
Error reading workfile header
I did some testings and guessed that it might be due to that Eviews allows
the "time-period" dated for starting from integer "0" while gretl only
allows for non-zero positive integer.
Thanks
YI-Nung Yang
Associate Professor and Chair
Dept. of International Business, CYCU, Taiwan, ROC.
http://gretlcycu.wordpress.com
http://yaya.it.cycu.edu.tw/gretl
13 years, 8 months
Loops...
by Mariusz Doszyń
Hello,
I've a question. I'm trying to proceed conventional loop for i=1..n where n
is a number of observations but in many cases there are "empty" observations
in data sheet so there is an error. Do you have any suggestions how to make
that kind of loop to proceed or maybe "skip" missing observations?
Regards,
Mariusz Doszyń
Poland
13 years, 8 months
Impulse responses, when working from a script
by amaryl
Dear all,
I have two and a half questions regarding impulse responses, when the
VAR is executed from a script.
First, is there a possibility to access the numerical values of the
impulse responses directly (the values that are printed when the
--impulse-response flag is set)? I would like to have them as a matrix
or something for further processing.
Incidentally, is there a possibility to print the numerical values of
the bootstrap confidence intervals?
Second, how can I access the "graph generator" for impulse responses,
which is in the menu of the model window of a VAR, when I am working
from a script?
Thanks in advance!
13 years, 8 months
Re: [Gretl-users] Gretl-users Digest, Vol 54, Issue 7
by Francisco López Herrera
Maybe a SVAR gui design could be inspired on JMulti...Unfortunately I have not skills in C programming...With my best regards...flh(Parameswara das)
>________________________________
>De: "gretl-users-request(a)lists.wfu.edu" <gretl-users-request(a)lists.wfu.edu>
>Para: gretl-users(a)lists.wfu.edu
>Enviado: viernes, 8 de julio, 2011 11:00:02
>Asunto: Gretl-users Digest, Vol 54, Issue 7
>
>Send Gretl-users mailing list submissions to
> gretl-users(a)lists.wfu.edu
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.wfu.edu/mailman/listinfo/gretl-users
>or, via email, send a message with subject or body 'help' to
> gretl-users-request(a)lists.wfu.edu
>
>You can reach the person managing the list at
> gretl-users-owner(a)lists.wfu.edu
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Gretl-users digest..."
>
>
>Today's Topics:
>
> 1. delete in loops (amaryl)
> 2. Re: delete in loops (Allin Cottrell)
> 3. Re: delete in loops (amaryl)
> 4. Re: delete in loops (Allin Cottrell)
> 5. (no subject) (RENIER M?lanie)
> 6. Re: (no subject) (Sven Schreiber)
> 7. Re: SVAR estimation (Riccardo (Jack) Lucchetti)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 07 Jul 2011 19:14:59 +0200
>From: amaryl <amaryl.felicia(a)gmx.de>
>Subject: [Gretl-users] delete in loops
>To: gretl-users(a)lists.wfu.edu
>Message-ID: <1310058899.2503.14.camel@icarus>
>Content-Type: text/plain; charset="UTF-8"
>
>Dear all,
>
>is there any possibility to delete stuff inside loops?
>When I use delete within a loop I get
>Sorry, this command is not available in loop mode
>
>Thanks in advance!
>
>Best, Britta
>
>
>
>------------------------------
>
>Message: 2
>Date: Thu, 7 Jul 2011 13:50:59 -0400 (EDT)
>From: Allin Cottrell <cottrell(a)wfu.edu>
>Subject: Re: [Gretl-users] delete in loops
>To: Gretl list <gretl-users(a)lists.wfu.edu>
>Message-ID:
> <alpine.LNX.2.00.1107071330270.27306(a)waverley.dhcp.wfu.edu>
>Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
>
>On Thu, 7 Jul 2011, amaryl wrote:
>
>> is there any possibility to delete stuff inside loops?
>> When I use delete within a loop I get
>> Sorry, this command is not available in loop mode
>
>The danger is that if "delete" is allowed one could delete
>variables that are required for the integrity of the loop.
>Here's a trivial example
>
>scalar i
>loop i=1..4
> delete i
>endloop
>
>But there are many possibilities for much less obvious trouble
>caused by deleting scalars (and also series or lists) inside
>loops.
>
>However, it seems safe enough to allow deletion of matrices,
>strings and bundles in loops, so this is now enabled in CVS.
>
>Allin Cottrell
>
>
>------------------------------
>
>Message: 3
>Date: Thu, 07 Jul 2011 20:18:02 +0200
>From: amaryl <amaryl.felicia(a)gmx.de>
>Subject: Re: [Gretl-users] delete in loops
>To: Gretl list <gretl-users(a)lists.wfu.edu>
>Message-ID: <1310062682.2503.21.camel@icarus>
>Content-Type: text/plain; charset="UTF-8"
>
>Hi Allin,
>
>thanks!
>Actually, I was looking for a possibility to delete series, but I guess
>I'll just live with them.
>
>Uhm... what does CVS stand for?
>
>Best,
>Britta
>
>On Thu, 2011-07-07 at 13:50 -0400, Allin Cottrell wrote:
>> On Thu, 7 Jul 2011, amaryl wrote:
>>
>> > is there any possibility to delete stuff inside loops?
>> > When I use delete within a loop I get
>> > Sorry, this command is not available in loop mode
>>
>> The danger is that if "delete" is allowed one could delete
>> variables that are required for the integrity of the loop.
>> Here's a trivial example
>>
>> scalar i
>> loop i=1..4
>> delete i
>> endloop
>>
>> But there are many possibilities for much less obvious trouble
>> caused by deleting scalars (and also series or lists) inside
>> loops.
>>
>> However, it seems safe enough to allow deletion of matrices,
>> strings and bundles in loops, so this is now enabled in CVS.
>>
>> Allin Cottrell
>> _______________________________________________
>> Gretl-users mailing list
>> Gretl-users(a)lists.wfu.edu
>> http://lists.wfu.edu/mailman/listinfo/gretl-users
>
>
>
>
>------------------------------
>
>Message: 4
>Date: Thu, 7 Jul 2011 16:16:03 -0400 (EDT)
>From: Allin Cottrell <cottrell(a)wfu.edu>
>Subject: Re: [Gretl-users] delete in loops
>To: Gretl list <gretl-users(a)lists.wfu.edu>
>Message-ID: <alpine.LNX.2.00.1107071612380.2731(a)waverley.dhcp.wfu.edu>
>Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
>
>On Thu, 7 Jul 2011, amaryl wrote:
>
>> thanks!
>> Actually, I was looking for a possibility to delete series, but I guess
>> I'll just live with them.
>>
>> Uhm... what does CVS stand for?
>
>http://www.nongnu.org/cvs/
>
>The version control system we use for gretl code. The
>"snapshots" of gretl for Windows and OS X are synced with CVS
>with a variable (but usually quite short) lag.
>
>Allin Cottrell
>
>
>
>------------------------------
>
>Message: 5
>Date: Fri, 8 Jul 2011 08:48:23 +0200
>From: RENIER M?lanie <Melanie.RENIER(a)onprvp.fgov.be>
>Subject: [Gretl-users] (no subject)
>To: Gretl list <gretl-users(a)lists.wfu.edu>
>Message-ID:
> <0ADC74DB17B6D441A9397B12543578C3085E7B46FA(a)SPR-EXC01.onprvp.fgov.be>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Dear all,
>
>I would like to store a nxm (n,m>1) created matrix as a database (inside a loop instruction) but I cannot find how to achieve this.
>
>Maybe some of you can help me?
>
>Thanks in advance
>
>M?lanie
>
>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: http://lists.wfu.edu/pipermail/gretl-users/attachments/20110708/d1f7a30e/...
>
>------------------------------
>
>Message: 6
>Date: Fri, 08 Jul 2011 16:04:29 +0200
>From: Sven Schreiber <svetosch(a)gmx.net>
>Subject: Re: [Gretl-users] (no subject)
>To: Gretl list <gretl-users(a)lists.wfu.edu>
>Cc: RENIER M?lanie <Melanie.RENIER(a)onprvp.fgov.be>
>Message-ID: <4E170E6D.9010000(a)gmx.net>
>Content-Type: text/plain; charset=ISO-8859-1
>
>Am 08.07.2011 08:48, schrieb RENIER M?lanie:
>> Dear all,
>>
>>
>>
>> I would like to store a nxm (n,m>1) created matrix as a database (inside
>> a loop instruction) but I cannot find how to achieve this.
>>
>>
>>
>> Maybe some of you can help me?
>>
>>
>
>If you mean a gretl database, maybe something like this (untested):
>
>list outlist = null
>loop i=1..m
> series ser$i = yourmatrix[,i]
> list outlist += ser$i
>end loop
>store "outfilename.db" outlist --database
>
>If you mean an ODBC database, this reminds me of your earlier question
>which in the end I never really answered because it's too complicated...
>
>good luck,
>sven
>
>
>
>
>------------------------------
>
>Message: 7
>Date: Fri, 8 Jul 2011 16:30:30 +0200 (CEST)
>From: "Riccardo (Jack) Lucchetti" <r.lucchetti(a)univpm.it>
>Subject: Re: [Gretl-users] SVAR estimation
>To: Gretl list <gretl-users(a)lists.wfu.edu>
>Message-ID: <alpine.DEB.2.02.1107081623540.20217(a)ec-4.econ.univpm.it>
>Content-Type: text/plain; charset="iso-8859-15"
>
>On Thu, 7 Jul 2011, Pindar wrote:
>
>> Hi there,
>>
>> I would like to know if someone has already done (a simple) SVAR estimation of AB type with GRETL?
>> (one that is not a Cholesky decomposition)
>
>I have. I plan to do some work on my SVAR package next week, possibly with
>Sven's help, if he can (are you there, Sven?).
>
>However, I have a question for the community: as things stand, my SVAR
>functions can be used in a script quite nicely, but lack a GUI interface,
>simply because I wouldn't know how to design one (eg: how would you
>specify contraints through a GUI interface?). Would it be very bad if I
>uploaded SVAR as a function package with _no_ graphical hook? In other
>words: is the function package concept an adequate container for something
>that is supposed to be hansl-only?
>
>
>Riccardo (Jack) Lucchetti
>Dipartimento di Economia
>Universit? Politecnica delle Marche
>
>r.lucchetti(a)univpm.it
>http://www.econ.univpm.it/lucchetti
>
>------------------------------
>
>_______________________________________________
>Gretl-users mailing list
>Gretl-users(a)lists.wfu.edu
>http://lists.wfu.edu/mailman/listinfo/gretl-users
>
>End of Gretl-users Digest, Vol 54, Issue 7
>******************************************
>
>
>
13 years, 8 months
(no subject)
by RENIER Mélanie
Dear all,
I would like to store a nxm (n,m>1) created matrix as a database (inside a loop instruction) but I cannot find how to achieve this.
Maybe some of you can help me?
Thanks in advance
Mélanie
13 years, 8 months
delete in loops
by amaryl
Dear all,
is there any possibility to delete stuff inside loops?
When I use delete within a loop I get
Sorry, this command is not available in loop mode
Thanks in advance!
Best, Britta
13 years, 9 months
OSX GUI problems
by Riccardo (Jack) Lucchetti
I'm forwarding to the list a message from a mac user I just met at a
summer school.
Problem #2 is something I remember seeing on someone else's Mac.
Both problems may be specific to non-English versions of OSX.
Mac people, can you confirm?
Riccardo (Jack) Lucchetti
Dipartimento di Economia
Università Politecnica delle Marche
r.lucchetti(a)univpm.it
http://www.econ.univpm.it/lucchetti
---------- Forwarded message ----------
Date: Sat, 2 Jul 2011 11:59:48 +0200
Subject: Gretl (Bertinoro feedback)
Problem on macOSX leopard:
The key "^" does not work;
Impossible to select 2 non consecutive variables in the main menu (for exemple to plot together variable 1 and 3)
Best,
Anaïs.
13 years, 9 months
Ralph M Rodriguez/PO/KAIPERM is out of the office.
by Ralph.M.Rodriguez@kp.org
I will be out of the office starting 07/01/2011 and will not return until
07/05/2011.
Hi All, I will be out of the office on PTO JULY 1until JULY 4,returning to
the office JULY 5.
Please, if you have an immediate concern regarding Cost Model or
Construction Economics, please email or contact Bradley A Njus, 510 625
4595. I will return a responses as soon as possible. My work cell phone is
510 435 6528.
Best Regards, and Happy 4th of July!
Ralph
13 years, 9 months