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
2 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
2 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
2 years, 3 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
2 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
2 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
2 years, 4 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
2 years, 4 months
marginal function computations
by Olasehinde Timmy
Dear Prof,
Please, I notice that the lp-mfx adins for computing the binary and ordinal
models marginal by Allin Cottrell disappeared under the analysis function
after updating my gretl.
Please, what is the way out?
Regards
Timmy
2 years, 4 months