chow test underflow (?) bug
by Sven Schreiber
Hi again,
running a regression that includes a shift dummy for 1989q3 and then
doing a Chow test for that exact date gretl omits its own split dummy
due to collinearity (ok, of course) and yields:
a test statistic F(0,148) = 1.#INF,
which is still not so problematic, but then:
a p-value of P(F(0,148)> 1.#INF) = 1.79769e+308
with a positive exponent and that is clearly wrong. I guess NA would be
more appropriate.
thanks,
sven
15 years, 4 months
function namespace bug
by Sven Schreiber
Hi,
here's the recipe for a function namespace-related bug:
1. open (start to execute) the function package BreitungCandelonTest.gfn
(I did it locally, but I guess the same should happen when opened from
the package server)
2. don't really execute the package, but cancel the package dialog (I
think this is not crucial, but I'm describing exactly what I did) --
note that inside the package there is a helper function 'BCtest_fromto()'
3. have a script named 'func2include_file.inp' in the current working
dir with the following contents (a new definition of the function
BCtest_fromto()):
<script>
function void BCtest_fromto(void)
print "hello, this is the alternative BCtest_fromto function"
end function
</script>
4. also have the following script file:
<script>
include func2include_file.inp
BCtest_fromto()
</script>
5. get an error like 'symbol BCtest_fromto() unknown' or so
Since the function definition in the package isn't declared "public" I
would expect the new function definition to work normally. Or I would
expect an error when the new function *definition* is encountered, not
at the later stage when that function is called.
Needless (?) to say, the scripts alone run fine without the clash with
the package. (Tested after restarting gretl.)
Thanks,
sven
15 years, 4 months
jmulti data export bug
by Sven Schreiber
Hi,
exporting data to a jmulti .dat file seems to mess up the variable
description in the exported file. (Haven't tried other export formats.)
thanks,
sven
15 years, 4 months
Goodness of Fit test to normal distribution and QQ plot
by Costia
Hello.
1. Can GRETL test whether a given sample is normally distributed?
2. I haven't found a Q-Q plot test in GRETL, (like in SAS e.g.). I think it
would be a good thing to add it.
3. Is there a portable version of GRETL?
Thank you
Constantin
15 years, 4 months
RES: Gretl-devel Digest, Vol 35, Issue 4
by Bruno Thiago Tomio
Henrique,
Yes, I do. Eu falo.
Abraços,
Bruno
________________________________
De: gretl-devel-bounces(a)lists.wfu.edu em nome de gretl-devel-request(a)lists.wfu.edu
Enviada: qui 3/12/2009 15:00
Para: gretl-devel(a)lists.wfu.edu
Assunto: Gretl-devel Digest, Vol 35, Issue 4
Send Gretl-devel mailing list submissions to
gretl-devel(a)lists.wfu.edu
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.wfu.edu/mailman/listinfo/gretl-devel
or, via email, send a message with subject or body 'help' to
gretl-devel-request(a)lists.wfu.edu
You can reach the person managing the list at
gretl-devel-owner(a)lists.wfu.edu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gretl-devel digest..."
Today's Topics:
1. Re: Brazilian Website (Henrique)
2. Re: Gretl project on the launchpad (Henrique)
----------------------------------------------------------------------
Message: 1
Date: Thu, 3 Dec 2009 00:00:44 -0200
From: Henrique <henrique.coelho(a)gmail.com>
Subject: Re: [Gretl-devel] Brazilian Website
To: Gretl development <gretl-devel(a)lists.wfu.edu>
Message-ID:
<b3173c600912021800pabd0edftf356bd6260e580b0(a)mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Em 2 de dezembro de 2009 H?lio Guilherme <helioxentric(a)gmail.com> escreveu:
>
> Can you please describe the reasons why you request this?
>
> If it is a matter of language, we may consider having a revised text
> following the "Acordo Ortogr?fico", and adapting names to Brazilian words.
>
Dear H?lio, I was thinking about a Brazilian webpage due to the several
differences between them and the European variant. Some words are completely
different. Some examples:
File:
Arquivo (Brazil)
Ficheiro (Portugal)
View:
Visualizar (Brazil)
Visionar (Portugal)
Furthermore, we have a lot of expressions that are different between the two
variants.
> I am in favor of a single Portuguese variant.
>
> Also for the maintenance of the pages it is better to have a single
> language.
>
Ok, no problem ;) If you prefer we can try to improve the "compatibilty"
between Brazilian and European variants on Gretl website.
Just one more thing: Is there anyone else who speaks Portuguese in this
list?
"Abra?os",
Henrique
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wfu.edu/pipermail/gretl-devel/attachments/20091203/6d76ed85/...
------------------------------
Message: 2
Date: Thu, 3 Dec 2009 00:32:12 -0200
From: Henrique <henrique.coelho(a)gmail.com>
Subject: Re: [Gretl-devel] Gretl project on the launchpad
To: Gretl development <gretl-devel(a)lists.wfu.edu>
Message-ID:
<b3173c600912021832l21dbf38bo30c74cdf62fbb299(a)mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Ivan,
I've just downloaded the gretl_help.pot file and create a
gretl_help_pt_BR.po file (using Poedit software). But I'm not sure about
this process (I'm not a computer expert ;).
So, I would like kindly to request you to take a look at the file just to
verify if I did the right thing. Is it possible?
Best,
Henrique
2009/12/2 Ivan Sopov <moradan228(a)gmail.com>
> 2009/12/2 Henrique <henrique.coelho(a)gmail.com>:
> >
> > I strongly support your initiative! Now I'm waiting anxiously for the
> > release ;)
> >
>
> Pleased to read that. If anyone is willing to translate help system in
> some other languages with the help of launchpad he is probably should
> generate a .po-file himself with the .pot-file (As far as i understood
> with the usual gettext-tools .po-files are generated from .pot-file
> wich is single for all languages. And also some explicit settings
> about plural forms must be done in .po-file which I can not do not
> knowing other languages). It can be found here
> http://sopovs.com/gretl/gretl_help.pot
> And also here is my config-file for po4a utility that generates .pot
> and .po from our xmls.
> http://www.sopovs.com/gretl/po4a_config.txt
>
> Good luck, Ivan.
> _______________________________________________
> Gretl-devel mailing list
> Gretl-devel(a)lists.wfu.edu
> http://lists.wfu.edu/mailman/listinfo/gretl-devel
>
--
Henrique C. de Andrade
Doutorando em Economia Aplicada
Universidade Federal do Rio Grande do Sul
www.ufrgs.br/ppge
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wfu.edu/pipermail/gretl-devel/attachments/20091203/bd6efdb5/...
------------------------------
_______________________________________________
Gretl-devel mailing list
Gretl-devel(a)lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-devel
End of Gretl-devel Digest, Vol 35, Issue 4
******************************************
15 years, 4 months
Brazilian Website
by Henrique
Dear developers,
Is it possible to include a separate Gretl web page for Brazilian
Portuguese?
Best,
Henrique C. de Andrade
Doutorando em Economia Aplicada
Universidade Federal do Rio Grande do Sul
www.ufrgs.br/ppge
15 years, 4 months
filenames with dots
by Sven Schreiber
Hi,
a very minor issue:
even if 'myfilenamewith.dots.inp' exists (and is in the right
place/dir), the command
include myfilenamewith.dots
fails, apparently because gretl interprets .dots as a filename extension.
('include myfilenamewith.dots.inp' works as expected)
cheers,
sven
15 years, 4 months
window arrangements
by Sven Schreiber
Hi,
first of all, as always many thanks to Allin and Jack for the new
release! Gretl continues to get better and better at what I still
consider to be a remarkable pace.
One interface-related example of that is the text-area-splitting in some
windows that was recently introduced. It got me thinking about some
aspects of gretl's general interface -- sometimes I have too many gretl
windows floating around for my taste. It gets confusing and switching to
the one I want sometimes takes a while because I have to flip through so
many others.
So I would like to suggest to somehow consolidate the various windows a
little in order to reduce the number of open windows.
For example, what about integrating the script output window into the
respective script window itself? In the upper part you might have the
script, and in the lower part the output.
In the same spirit, I think the session view window could be integrated
into the main window, side by side.
I used to think that such GUI reforms are very difficult to program, but
as I said, the recent window-splitting additions inspired some hope. But
of course these are just general thoughts and in a sense that would be a
luxury, not really a necessity.
Thanks,
sven
15 years, 4 months