BayTool version 0.7 release
by Luca Pedini
Hi everybody,
the new version of BayTool has just been released: just to recap, the package provides Bayesian estimation methods for common econometric models.
The new update adds:
* a GUI;
* probit and tobit models;
* MCMC diagnostics;
* support for MPI.
Stay tuned for future improvements and have fun with the package!
Best regards,
Luca
P.S. Any bug report is always appreciated!
1 week, 6 days
sourceforge offline/hiccup - "no function packages found"
by Sven Schreiber
Hi,
at least twice during the last couple of days gretl tells me it doesn't
find any function packages when looking on the server. This seems to be
related to the message on sourceforge.net: "The sourceforge.net website
is temporarily in static offline mode."
Hopefully this situation is going to normalize again, but I wonder if
gretl could somehow detect that the server isn't really working. Perhaps
it would be enough to simply extend the message in gretl's error dialog.
thanks
sven
2 weeks, 3 days
panel regression HAC
by Alison Loddick
Hi,
If we have time series data, we can use HAC robust standard errors; however, with panel regression, the robust standard errors are Arellano or PCSE. Is there a way using programming that we can do HAC for panel regression? From what I have read, Arellano isn't as good at dealing with serial correlation. Although I'm aware we can do dynamic panel regression, I'm fighting with lecturers who want students to use Eviews because you can use HAC for panel regression there.
Thank you
Alison
Alison Loddick
BSc MSc PGCE CStat
Learning Development Tutor (Mathematics and Statistics)
Library and Learning Services
DDI +44 (0)1604 893502
[https://static.hobsons.co.uk/northampton/usermedia/Staff%20News/2017/New%...]
northampton.ac.uk
University of Northampton, Waterside Campus,
University Road, Northampton, NN1 5PH United Kingdom
University of Northampton: Transforming Lives and Inspiring Change www.northampton.ac.uk This e-mail is private and may be confidential and is for the intended recipient only. If you are not the intended recipient you are strictly prohibited from using, printing, copying, distributing or disseminating this e-mail or any information contained in it. We virus scan all E-mails leaving The University of Northampton but no warranty is given that this E-mail and any attachments are virus free. You should undertake your own virus checking. The right to monitor E-mail communications through our networks is reserved by us.
Disclaimer
The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.
This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast, a leader in email security and cyber resilience. Mimecast integrates email defenses with brand protection, security awareness training, web security, compliance and other essential capabilities. Mimecast helps protect large and small organizations from malicious activity, human error and technology failure; and to lead the movement toward building a more resilient world. To find out more, visit our website.
2 weeks, 5 days
Problem with "invcdf()" and "critical()"
by f.valentini@pm.univpm.it
Dear all,
I would like to report a possible bug in the functions invcdf() and critical().
gretl (2023b, Linux) slows down and crashes (after a while) when I run the commands below.
<hansl>
scalar aa = invcdf(X,1,1)
</hansl>
or
<hansl>
scalar bb = critical(X,1,0)
</hansl>
Best,
Francesco
2 weeks, 6 days
Re: R: Re: Problem with "invcdf()" and "critical()"
by Alecos Papadopoulos
If I am not mistaken, the function invcdf(X,1,1) reflects a chi-square
distribution with 1 degree of freedom and then attempts to compute a
value "z" such that
Prob( X <= z) = 1 (because the 3rd argument of the invcdf function is "1").
But then "z" is not a real, number, but infinity.
Alecos Papadopoulos PhD
Affiliate Researcher
Dpt of Economics, Athens University of Economics and Business
Foundation for Economic and Industrial Research (IOBE)
web: alecospapadopoulos.wordpress.com/
ORCID:0000-0003-2441-4550
On 4/9/2023 11:53, Luca Pedini wrote:
>
> Hi everybody,
>
> also confirmed on Mac Os (intel) with the latest snap.
>
> Best regards,
>
> Luca
>
> *Da: *Sven Schreiber <sven.schreiber(a)fu-berlin.de>
> *Data: *lunedì, 4 settembre 2023 10:44
> *A: *gretl-users(a)gretlml.univpm.it <gretl-users(a)gretlml.univpm.it>
> *Oggetto: *[Gretl-users] Re: Problem with "invcdf()" and "critical()"
>
> Am 04.09.2023 um 10:33 schrieb f.valentini(a)pm.univpm.it:
> > Dear all,
> >
> > I would like to report a possible bug in the functions invcdf() and
> critical().
> >
> > gretl (2023b, Linux) slows down and crashes (after a while) when I
> run the commands below.
> > <hansl>
> > scalar aa = invcdf(X,1,1)
> > </hansl>
>
> Confirmed on Windows with 2023b (couldn't test with the latest snapshot
> right now) - actually I got a freeze and didn't wait for an eventual
> crash.
>
> This is potentially a bit of a nasty bug, I guess, since it's a standard
> statistical calculation. I wonder when this crept in.
>
> thanks
>
> sven
> _______________________________________________
> Gretl-users mailing list -- gretl-users(a)gretlml.univpm.it
> To unsubscribe send an email to gretl-users-leave(a)gretlml.univpm.it
> Website:
> https://gretlml.univpm.it/postorius/lists/gretl-users.gretlml.univpm.it/
>
>
> _______________________________________________
> Gretl-users mailing list --gretl-users(a)gretlml.univpm.it
> To unsubscribe send an email togretl-users-leave(a)gretlml.univpm.it
> Website:https://gretlml.univpm.it/postorius/lists/gretl-users.gretlml.univpm.it/
3 weeks