Hi all,
Using gretl 2019d-git
MS Windows (x86_64)
build date 2019-12-09
(A) I cannot see any of the packages installed in my computer under the menus. Their GUI lines have disappear.
Although the packages are still in my computer and scripting works
...
include *.gfn
(B) The stdize function does not return the same type as input if a single series is the input
For example in
<hansl>
clear
open australia.gdt
stdize PAU PUS
list xlist = E IAU
x = stdize(xlist)
xx = stdize(IUS)
</hansl>
I do not see series xx but s_IUS
Yiannis