no mu0 and mu1 in estimated results from vecm
by yinung@Gmail
Dear all,
I have a question that why there are no estimated mu0 and mu1 reported
after command "vecm" with options --uc, --crt, and --ctt?
Thanks
Yi-Nung Yang
Associate Professor
Dept. of International Business
CYCU, Taiwan.
12 years, 11 months
Test is an item is in a bundle?
by Logan Kelly
Is it possible to test if an item is in a bundle? That is, I would like test if a given id key is in a bundle.
Thanks,
Logan
12 years, 11 months
Gretl on mac mountain lion
by Biagio Salerno
Good evening,
I am a college student using Gretl for econometric studies.
Right now I am focusing on dynamic panel data, especially on Arellano-Bond
estimators.
I used gretl for the last few months, and it worked great.
Still, after i downloaded and installed Mountain Lion on my mac (which does
not incorporate X11 anymore, so i had to download XQuartz),
Gretl would not run anymore.
Could you please help me with this matter?
Best regards,
Eng. Biagio Salerno
12 years, 11 months
element-wise matrix operator .<
by artur tarassow
Hi gretl-list,
according to the latest changelog it should be possible to use the
element-wise matrix operator ".<" I tried this using the latest cvs
(Windows), but it does not seem to work, or at least I didn't get the
correct syntax. I tried this example
matrix A = { 0.6, 1 ; -0.3 , 2 }
if A .< 1
print "Hello world"
endif
Best,
Artur
12 years, 11 months
Question about bundles in loops
by Logan Kelly
Hello,
I am using a loop to estimate several models, and I would like to store the results of each estimate in a bundle, i.e. the results from model1 should be stored in bundel1. So what I need is an array of bundles.
I would like to do something like
loop m = 1..ModelCount
string results = "results$m"
bundle @results
@results["bla bla"] = bla bla
endloop
The problem is I cannot declare a bundle in a loop. Any suggestions about how to get something like an array of bundles?
Thanks,
Logan Kelly
12 years, 11 months
extracting month number
by Data Analytics Corp.
Hi,
I have a monthly time series of the Dow Jones Industrial Index beginning
1928:10. I'd like to create a new variable that is just the month
number: 10, 11, 12, 1, 2, 3,.... How can I do this? I thought there
would be a month function in Gretl, but I don't see one. This question,
of course, extends to the year (1928, 1928, 1929, 1929,...) and quarter
if I have quarterly data.
Thanks,
Walt
________________________
Walter R. Paczkowski, Ph.D.
Data Analytics Corp.
44 Hamilton Lane
Plainsboro, NJ 08536
________________________
(V) 609-936-8999
(F) 609-936-3733
walt(a)dataanalyticscorp.com
www.dataanalyticscorp.com
_____________________________________________________
12 years, 11 months
Re: [Gretl-users] Gretl-users Digest, Vol 68, Issue 15
by Data Analytics Corp.
Hi
Allin's suggestions seems like a good one since knowing the starting
period is not necessary.
Thanks all for the help.
Walt
On 9/17/2012 8:32 AM, gretl-users-request(a)lists.wfu.edu wrote:
> 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. extracting month number (Data Analytics Corp.)
> 2. Re: extracting month number (Riccardo (Jack) Lucchetti)
> 3. Re: extracting month number (Annaert Jan)
> 4. Re: extracting month number (Riccardo (Jack) Lucchetti)
> 5. Re: extracting month number (Ignacio Diaz-Emparanza)
> 6. Re: extracting month number (Ignacio Diaz-Emparanza)
> 7. Re: extracting month number (Allin Cottrell)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 16 Sep 2012 12:19:38 -0400
> From: "Data Analytics Corp." <walt(a)dataanalyticscorp.com>
> Subject: [Gretl-users] extracting month number
> To: gretl-users(a)lists.wfu.edu
> Message-ID: <5055FC1A.1020007(a)dataanalyticscorp.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> I have a monthly time series of the Dow Jones Industrial Index beginning
> 1928:10. I'd like to create a new variable that is just the month
> number: 10, 11, 12, 1, 2, 3,.... How can I do this? I thought there
> would be a month function in Gretl, but I don't see one. This question,
> of course, extends to the year (1928, 1928, 1929, 1929,...) and quarter
> if I have quarterly data.
>
> Thanks,
>
> Walt
>
> ________________________
>
> Walter R. Paczkowski, Ph.D.
> Data Analytics Corp.
> 44 Hamilton Lane
> Plainsboro, NJ 08536
> ________________________
> (V) 609-936-8999
> (F) 609-936-3733
> walt(a)dataanalyticscorp.com
> www.dataanalyticscorp.com
> _____________________________________________________
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 16 Sep 2012 22:40:23 +0200 (CEST)
> From: "Riccardo (Jack) Lucchetti" <r.lucchetti(a)univpm.it>
> Subject: Re: [Gretl-users] extracting month number
> To: walt(a)dataanalyticscorp.com, Gretl list <gretl-users(a)lists.wfu.edu>
> Message-ID: <alpine.DEB.2.02.1209162239370.15098(a)ec-4.econ.univpm.it>
> Content-Type: text/plain; charset="iso-8859-15"
>
> On Sun, 16 Sep 2012, Data Analytics Corp. wrote:
>
>> Hi,
>>
>> I have a monthly time series of the Dow Jones Industrial Index beginning
>> 1928:10. I'd like to create a new variable that is just the month
>> number: 10, 11, 12, 1, 2, 3,.... How can I do this? I thought there
>> would be a month function in Gretl, but I don't see one. This question,
>> of course, extends to the year (1928, 1928, 1929, 1929,...) and quarter
>> if I have quarterly data.
> Does this help?
>
> <hansl>
> open bjg.gdt
> series year = 1949 + floor((t-1)/12)
> series month = 1 + ((t-1)%12)
> </hansl>
>
> --------------------------------------------------
> Riccardo (Jack) Lucchetti
> Dipartimento di Economia
>
> Universit? Politecnica delle Marche
> (formerly known as Universit? di Ancona)
>
> r.lucchetti(a)univpm.it
> http://www2.econ.univpm.it/servizi/hpp/lucchetti
> --------------------------------------------------
>
> ------------------------------
>
> Message: 3
> Date: Mon, 17 Sep 2012 05:45:05 +0000
> From: Annaert Jan <jan.annaert(a)ua.ac.be>
> Subject: Re: [Gretl-users] extracting month number
> To: Gretl list <gretl-users(a)lists.wfu.edu>
> Message-ID:
> <F194DC2C2D2F4140AC6D295D5AA1F3CB0131B7635C(a)xmail30.ad.ua.ac.be>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Very compact, as always. But it wouldn't work for a dataset with weekly or daily frequency, would it?
> Jan Annaert
> UNIVERSITEITANTWERPEN | Faculty of Applied Economics (TEW) | Dept. Accounting & Finance
> Room S.B.335 | Prinsstraat 13 | B-2000 Antwerp | Belgium
> Phone +32 32654163 |Fax +32 32654064
> http://www.ua.ac.be/jan.annaert
> http://ssrn.com/author=143473
>
> From: "Riccardo Lucchetti (Jack)" <r.lucchetti(a)univpm.it<mailto:r.lucchetti@univpm.it>>
> Reply-To: "r.lucchetti(a)univpm.it<mailto:r.lucchetti@univpm.it>" <r.lucchetti(a)univpm.it<mailto:r.lucchetti@univpm.it>>, "gretl-users(a)lists.wfu.edu<mailto:gretl-users@lists.wfu.edu>" <gretl-users(a)lists.wfu.edu<mailto:gretl-users@lists.wfu.edu>>
> Date: zondag 16 september 2012 22:40
> To: "walt(a)dataanalyticscorp.com<mailto:walt@dataanalyticscorp.com>" <walt(a)dataanalyticscorp.com<mailto:walt@dataanalyticscorp.com>>, "gretl-users(a)lists.wfu.edu<mailto:gretl-users@lists.wfu.edu>" <gretl-users(a)lists.wfu.edu<mailto:gretl-users@lists.wfu.edu>>
> Subject: Re: [Gretl-users] extracting month number
>
> On Sun, 16 Sep 2012, Data Analytics Corp. wrote:
>
> Hi,
>
> I have a monthly time series of the Dow Jones Industrial Index beginning
> 1928:10. I'd like to create a new variable that is just the month
> number: 10, 11, 12, 1, 2, 3,.... How can I do this? I thought there
> would be a month function in Gretl, but I don't see one. This question,
> of course, extends to the year (1928, 1928, 1929, 1929,...) and quarter
> if I have quarterly data.
>
> Does this help?
>
> <hansl>
> open bjg.gdt
> series year = 1949 + floor((t-1)/12)
> series month = 1 + ((t-1)%12)
> </hansl>
>
> --------------------------------------------------
> Riccardo (Jack) Lucchetti
> Dipartimento di Economia
>
> Universit? Politecnica delle Marche
> (formerly known as Universit? di Ancona)
>
> r.lucchetti(a)univpm.it<mailto:r.lucchetti@univpm.it>
> http://www2.econ.univpm.it/servizi/hpp/lucchetti
> --------------------------------------------------
>
12 years, 11 months
freq for vectors
by Annaert Jan
Would it be a big deal to allow the freq command to operate on vectors?
I know I can convert the vector into a series and then use the freq command. But especially when the number of elements in the vector is larger than the dataset's dimension this because somewhat more cumbersome. A freq command accepting a column (or row) vector as input would be a real time-saver…
Thanks for considering the request.
Jan Annaert
12 years, 11 months
Duplicate objects in icon (session) view
by Sven Schreiber
Dear all,
is it possible to duplicate or copy objects in the icon view window? For
example, I have a graph saved there with labels in German, and I want to
make an English version but I also want to keep the original.
(Similarly for matrices perhaps, but there I think I could do it via the
CLI.)
Thanks,
sven
12 years, 11 months