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, 2 weeks
Network Field Technician
by ashaikfe@gmail.com
A Network Field Technician is responsible for network development and maintenance in the field for any organization. The individual works with the organization’s technical team and its clients to install, configure, maintain, and fix all LAN/WAN and other equipment issues, ensuring efficient network functionality.
The technician maintains computer equipment, mobile devices, phones, cabling, routers, switches, and printers, among others, to address all of the client’s networking requirements either remotely or at the clients’ premises.
Read More: https://www.fieldengineer.com/skills/network-field-technician
3 years, 1 month
why cmod?
by Sven Schreiber
Hi,
I'm wondering why the cmod() function is needed. It computes the modulus
of a complex number (or many of them in a matrix), OK fine. But so does
abs(). And abs() also works on plain real numbers, where cmod cannot be
used. Could it be a path-dependent thing: first abs() didn't cover
complex numbers but then rendered cmod() obsolete by also working on
those? Or is there anything else which I'm missing?
Otherwise, maybe a case for deprecating or hiding cmod?
thanks
sven
3 years, 3 months
Problem with Bai-Perron structural breaks
by Olivo Victor
Hello:
I have been trying to use the Bai-Perron structural breaks tests, and always get the following message:
The variable X is read-only*** error in function SB_GUI, line 7> list X = !nelem(X) ? null : X
What am I doing wrong:
Best regards
3 years, 4 months
Analyzing football data using gretl
by Artur T.
Hi folks,
just for fun I replicated a guy's data analysis exercise using Julia
with gretl. This may be of interest for some of you.
The exercise is not supposed to be very sophisticated but rather
illustrates a few basic concepts on how to load, aggregate and plot data.
You find the blog post here:
https://atecon.github.io/football_gretl/
I hope some of you enjoy it.
Best,
Artur
3 years, 4 months
download a zip archive via script?
by Sven Schreiber
Hi,
I'm wondering whether a hansl script can download a zip archive, and
ideally also unzip the archive to save the various include files. I
don't think it's possible, but then I don't understand the curl()
function very well, and so I thought I might ask. I know that readfile()
for example can handle zip compression, but I believe that only applies
to a single file, not an archive.
(It's clear that it's fairly simple by invoking external tools, e.g.
through the 'foreign' interface. That's not my question.)
thanks
sven
3 years, 4 months
package announcement: MSVAR
by Sven Schreiber
Hi everybody,
just a note that since last week or so there's a new contributed
function package on the gretl package server, namely MSVAR(.zip). As you
may guess from the name it does Markov-Switching VAR estimation.
(Frequentist, not Bayesian.)
I am very grateful to the author of the original Gauss code, Anders
Warne, that he continues to make his code available. Of course as the
package author I am responsible for any mistakes, but I haven't really
developed the algorithm or implementation per se.
The package is work in progress, but already comes with quite extensive
documentation. There are surely still a bunch of bugs in there, but in
principle it should hopefully be usable.
As explained in the documentation, this package can be driven by hansl
scripting (of course) but also via the GUI by attaching it to the menus
of the regular VAR model window during installation: So you would first
estimate a plain old VAR, and then go to the Edit window to find MSVAR
there and switch over to a switching model.
See some of you tomorrow at the virtual gretl workshop!
cheers
sven
3 years, 5 months
broken Windows snapshots, sorry!
by Allin Cottrell
I just realized that the gretl snapshots for Windows I posted
yesterday were broken: crashed on start-up. That's now fixed with a
new build today.
Allin
3 years, 5 months