batch job on linux server
by Stefano
dear all,
running batch jobs on a linux server through the Torque scheduler I grew
the suspect that the computing time increases with the number of
simultaneous Gretl jobs. Of course, given that many other jobs from
other users are in execution all the time this is definitely not a
precise statement, but I have a distinct feeling that it is so. The only
thing the system manager could think of is a conflict in RAM access (all
jobs generate large matrices). Any hints?
thanks, Stefano
--
________________________________________________________________________
Stefano Fachin
Professore Ordinario di Statistica Economica
Dip. di Scienze Statistiche
"Sapienza" Università di Roma
P.le A. Moro 5 - 00185 Roma - Italia
Tel. +39-06-49910834
fax +39-06-49910072
web http://stefanofachin.site.uniroma1.it/
7 years, 5 months
accessing single elements of a series
by Schaff, Frederik
Hi there,
I am a bit puzzled by the grelt syntax. Why can I not use (s is a series)
print s[1]
but I can use
scalar z = s[1]
print z
??? It cost me some time to get it that actually accessing single elements works as it is written in hansl, simply because I did not understand the error msg from using the print command (I often use print or leading ? to check my understanding of syntax...). Also, in hansl it is said that one may use
lagged_s =s[-1]
to produce a lagged version of the series. But to no avail (at least not, if there are some NA included). Wheras the (undocumented?)
lagged_s = s(-1) works (although grouped differently in the gui)
Best
Frederik
7 years, 5 months
simple question on sessions
by Stefano
dear all,
I cannot figure out from the documentation if there is a way to save all
the objects created by a batch job in a session file analogously to what
can be done at the end of GUI sessions. Any hints?
thanks,
Stefano
--
________________________________________________________________________
Stefano Fachin
Professore Ordinario di Statistica Economica
Dip. di Scienze Statistiche
"Sapienza" Università di Roma
P.le A. Moro 5 - 00185 Roma - Italia
Tel. +39-06-49910834
fax +39-06-49910072
web http://stefanofachin.site.uniroma1.it/
7 years, 5 months
package dynMultipl to be retired, use new ADMBP instead
by Sven Schreiber
Dear all,
the contributed function package "dynMultipl" (dynMultipl.gfn) by Artur
Tarassow is going to be removed from the package server soon.
The reason is that Artur has just contributed a new (and as far as I
understand, extended) package called "ADMBP" (ADMBP.zip) that can do
everything that dynMultipl did. ADMBP stands for ARDL dynamic multiplier
bootstrap package and comes with a pdf help document that explains its
usage. Check it out.
If you need to stick with dynMultipl for some reason, you should keep
your own copy on your own computer.
cheers,
sven
7 years, 6 months