On Wed, 16 Aug 2017, Ioannis A. Venetis wrote:
Some questions for our summer vacations
==============================
using abdata.gdt
PANEL PLOT
_Multiple plot in grid (N<=16)_ turns functional when N<=6. It should be
_Multiple plot in grid (N<=6)_
Actually the intent was that this option should accept up to 16 plots.
That's now fixed in git and snapshots.
PANEL PLOT
_boxplots by group (N<=150)_ produces a very nice plot!!! imhop. RIGHT
CLICK on the produced plot you get options.
The option "Font" (does not work, it does nothing?)
Hmm, it works on Linux. I'll try testing on Windows.
The option "Numerical summary" crashes gretl (gretl.exe has
stopped
working)
Yes, indeed. That's now fixed in git too.
==============================
ROLLING K-STEP AHEAD FORECASTS (notice that is returns output with
explanation Recursive #-step ahead forecasts)
I think it should be RECURSIVE K-STEP AHEAD FORECASTS (since rolling
gives the feeling of a constant pro-forecast sample length during the
forecast execise (moving window))
also can we change the --rolling switch to --recursive ?
I see that Sven has replied on this point. We'll give this some
thought (the backward-compatibility question).
==============================
MODELTAB command (either in script or adding models to the model table
in icon view by draging) does not work when estimation in script or
console has been performed with --quiet.
It only adds one model and then does nothing
==============================
COINT command saves an empty icon if the switch --silent is applied to a
script
say
EGAIC <- coint 4 xlist --test-down=AIC --skip-df --silent
saves EGAIC icon but it is empty. Of course it is not empty with either
--verbose or no switch
Thanks for these reports. I haven't yet had time to look into the
modeltab and coint issues, but I'll do so before long.
Allin