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
1 week, 1 day
(no subject)
by Brian Revell
Is there any reason why recursive forecasts cannot be generated and
included in the ARIMA option for univariate modelling forecasts (together
with their confidence intervals ) when no exogenous variables have been
included in the specification Clearly post sample data the MA terms would
drop out.
Brian
7 months, 3 weeks
Package updates (December 2024)
by Riccardo (Jack) Lucchetti
Dear all,
this message is to inform the community about the activity in our
function package repository: during the month of December 2024, 3
packages were updated to a new version:
"graphlasso", by Sven Schreiber (graphical Lasso --- l1 shrinkage for
covariance matrices)
"lomackinlay", by Allin Cottrell and Sven Schreiber (Lo-MacKinlay
variance ratio test for determining if a time series is a random walk
process)
"BACE", by Marcin Błażejowski and Jacek Kwiatkowski (Bayesian Averaging
of Classical Estimates)
I'll reserve a special mention for the "graphlasso", which now uses a
new internal function to speed up computation.
Sorry if this message comes relatively late in the month, but I was away ;)
Download and enjoy!
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------
10 months, 1 week
ARIMA on log transformed data
by dbrilakis@yahoo.gr
Hi, I found that my data become stationary (after differentiate) the log data with best ARIMA(p,d,q) How do I rebuilt the ARIMA forecast to the origina scale before log?
Tanks in advance
10 months, 2 weeks
Assistance Needed on Scaling Impulse Response in SVEC Model Using "gpbuild"
by Olasehinde Timmy
Dear All,
I hope you are doing well.
I am working with the *SVEC model* and using the *"gpbuild"* syntax to
generate impulse response functions. However, I am having difficulty
adjusting the scale to make the impulse response plots more visible and
readable. I would appreciate any guidance on how to modify the settings or
apply any specific syntax that can enhance the visualization.
If anyone has experience with this or knows of a useful reference, I would
be grateful for your assistance.
Looking forward to your suggestions.
Best regards,
Timmy
1 year, 1 month
Set number of max. iterations for 3SLS
by Artur T.
Hi all,
I am estimating a system by means of 3SLS. The default max. number of
iterations is set to 100. The estimator does not converge for my
specification, and I would like to increase the max. number.
However, I can't find the parameter option for the set command to
control the max. number of iterations.
For illustration: Here as an example for which the estimator converges
after 39 iterations. I am trying to set the max. number to 10 using
three different "maxiter" options but none of them is respcted.
<hansl>
set verbose off
open klein.gdt
series W = Wp + Wg
series A = t + (1918 - 1931)
series K1 = K(-1)
# set the model up as a system
"Klein Model 1" <- system
equation C 0 P P(-1) W
equation I 0 P P(-1) K1
equation Wp 0 X X(-1) A
end system
# 39 iterations until convergence
estimate "Klein Model 1" method=3sls --iterate
# Set max. 10 iterations --> Should not converge
set bfgs_maxiter 10
set bhhh_maxiter 10
set gmm_maxiter 10
estimate "Klein Model 1" method=3sls --iterate
</hansl>
Thanks,
Artur
1 year, 1 month
Add DAta -Data entry Gretl2024d
by Brian Revell
There is still an issue with the add data entry function If a double return
does not register (as is possible when rapidly inputting lots of data
quickly) any simple and move the cursor to the next cell ( ie 2 entries are
typed inadvertently into the same cell, Gretl crashes. So, if the user
input error occurs during a long series of data all previous inputs are
lost. In addition, if the user has not saved any other operation outputs or
analysis before the data entry error occurs, all that is lost too. I
would humbly suggest that any data error entry in the Add Data function
calls up a data entry error warning rather than crashing Gretl.
Brian
1 year, 1 month
K means clustering algorithm
by Brian Revell
HI
the package gives an error message when attempting to install Arthur's
package
viz. logging.zip Not found on server.
Brian J Revell
PS Happy New Year
1 year, 1 month
Inputting new data
by Brian Revell
I seem to be experiencing crashouts of gGretl when adding a new variable or
revising existing data.
After entering an observation and pressing return, the cursor moves to the
next observation cell. However on typing in the next observation, nothing
appears in the cell and Gretl crashes out. This should not happen and is
extremely frustrating. I have never experienced this on earlier versions
(current version 2024d).
The only work around solution is to physically the select the next cell by
clicking on it, and entering the observation data. Harly a streamlined
input process.
Please check.
Given the problem I have had loading k-means clustering package (still not
solved) , I am wondering if I shoudld simply redownload an earlier version
that 2024d?
Advice welcomed.
Brian
Brian J Revell
Professor Emeritus (Agricultural Economics)
Tel: home 01952 728153 Mobile 07976 538712
Address: Orchard Croft, Vineyard Rd, Homer, Much Wenlock TF!3 6NG
Alt. Email bjrevell(a)harper-adams.ac.uk
1 year, 1 month
New Version 0.4 of the kmeans package
by Artur T.
Dear Gretl users,
I'm pleased to announce version 0.4 of the kmeans package. This update
includes several important improvements:
1. A new function `kmeans_screeplot()` has been added, which helps in
determining the optimal number of clusters through visual analysis.
2. The `kmeans_plot()` function has been updated to use Gretl's default
values for pointsize and fontsize parameters, providing better
consistency with the overall Gretl interface.
3. We've fixed a bug related to distance measures - the function now
correctly uses the specified distance measure when called through the
GUI, rather than defaulting to the standard measure.
You can update the package through Gretl's package manager. More details
here:
https://gretl.sourceforge.net/current_fnfiles/kmeans.gfn
Best regards,
Artur
1 year, 2 months