Gretl-Hansl "IDE" for Sublime editor
by Artur Tarassow
Dear all,
some weeks ago I've started to switch to the sublime editor
(https://www.sublimetext.com/) for writing gretl code.
Even though I like the simplicity of the gretl editor and its features
such as syntax highlighting and auto-itendation, it lacks some features
of modern IDEs such as "goto-anything", "goto-definition", custom
keybindings, fancy themes, git-implementation, snippets etc. which make
life much easier when working on larger projects. Don't get me wrong,
the gretl editor is great but was _never_ supposed to become a proper
software-development IDE but rather has another focus which is totally fine.
So I started to write the "Hansl-Gretl-Language" package for sublime
which includes the following features:
- 3 gretl build-systems (client mode, batch mode, and REPL mode) for
executing hansl code by means of sublime (plots are also working!)
- syntax-highlighting
- completion of gretl commands, accessors and keywords
- some snippet examples for speeding up coding
The project still has the following (known) issues:
- no auto-itendation (still have to figure out how this works)
- issues with some corner-cases which are not syntax-highlighted (regex
can become so hard!)
The package can be downloaded through sublimes package control system,
and can be found here:
https://packagecontrol.io/packages/Hansl-Gretl-Language
If somebody wants to participate on this project, check out the code on
my github repository:
https://github.com/atecon/Hansl-Gretl-Language
For those interesting in the sublime editor, check out "OdatNurd"'s
brilliant tutorials on youtube:
https://www.youtube.com/user/nurdz
Enjoy the package,
Artur
11 months, 1 week
Gretlwiki announcement
by DeFeroci
Dear all,
I would like to announce that the gretl wiki is back up and running at:
https://gretlwiki.econ.univpm.it/index.php/Main_Page
For security reasons (and previous experience) only registered users can
modify the wiki and self-registration is no longer possible. So, if you
want to be added, please write to me privately or reply to this email.
Information on how to be registered and using the wiki can be found here:
https://gretlwiki.econ.univpm.it/index.php/Wiki
At the moment the wiki administrators are me and Cristián Arturo Ducoing
Ruiz.
If you have any suggestions or requests, you are welcome to contact us.
Happy holidays.
Federico
1 year, 1 month
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.
1 year, 2 months
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 year, 2 months
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
1 year, 2 months
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
1 year, 3 months
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/
1 year, 3 months