Error message applying the new BreitungCandelonTest function
by Artur T.
Hello!
First, thank you Sven for uploading this function.
For some data I get the following message which I can't interpret
adequately:
----output start----
BreitungCandelonTest(emplrate,capacity,conditioning,lagorder,points,siglevel
\
)
Date strings inconsistent
error in new starting obs
error in function BreitungCandelonTest
> smpl 1 numoffreqs
Error executing script: halting
> matrix BC1 =
BreitungCandelonTest(emplrate,capacity,conditioning,lagorder,points,siglevel)
----output end----
What's the problem here?
Artur
15 years
error uploading package
by Sven Schreiber
Hi,
I tried to upload a new function package to the server but got an error
about parsing some file. I have no idea what causes this. The package
executes fine locally. I do have a login password for the package server
(I think, maybe it's not valid anymore?).
I'm attaching the package because it's very small.
thanks,
sven
15 years
bug/feature re. text to speech
by Patricio Cuarón
Version: 1.8.5cvs on windows.
Hi. When you press ctrl+a (common for select all in other programs) gretl
begins reading out loud (tts) the window contents. The problem is that you
can't continue using gretl until it stops (trying to interact with the
window makes it crash), and I can't find the keyboard shortcut to make it
stop. I'd be great to have those keyboard shortcuts listed or allow to
disable text to speech altogether.
Thanks!
15 years
working dir is forgotten
by Sven Schreiber
Hi,
I just noticed (don't know when this behavior started) that gretl
doesn't remember my workdir setting after a restart in a sequence like this:
* set workdir (via GUI/dialog)
* quit gretl
* start gretl
* workdir is again at default (~/gretl)
This happens with latest cvs on Ubuntu 9.10. Don't know if it's a bug or
some configuration problems on my system.
Anybody else see this?
thanks,
sven
15 years
bug: gretl fails to open session
by Patricio Cuarón
Version: 1.8.5 con windows 7.
I get a "xmlParseFile failed" on this session. The session only contains
imported data (I imported data, saved and then closed the session).
15 years
[bug?] selection in gretl console
by Patricio Cuarón
Version: 1.8.5 on windows 7.
Bug(?): Open a gretl console window and type something. Press shift+home,
cursor goes to the beginning of the line. From the start of the line press
shift+end: the whole line is selected. Ctrl+shift+arrows work as intended.
15 years
saving graphs to icons within functions
by Sven Schreiber
Hi,
I'm trying (for a shiny new function package) to add a graph to the icon view/window within a function context.
Example (with denmark.gdt):
function void myfunc(list mylist)
testgraph <- gnuplot mylist
end function
list mylist = LRM LRY
myfunc(mylist)
But this isn't working, it's only saving the gnuplot commands to a .plt file, as if the "testgraph <-" part weren't there.
I understand that the inner scope of a function isn't supposed to affect the outer scope; however, I think the functionality would be useful. But I admit it's probably difficult to get this right conceptually, or isn't it?
thanks,
sven
15 years, 1 month
Translation help
by Henrique
Dear Gretl Team,
Please, could you explain me what "non-zero ties" (line 5925) means?
Best,
Henrique C. de Andrade
Doutorando em Economia Aplicada
Universidade Federal do Rio Grande do Sul
www.ufrgs.br/ppge
15 years, 1 month
new function style missing in changelog
by Sven Schreiber
Hi,
it seems to me that the changed function style is not mentioned in the changelog, only some later fixes in relation to the change are in there.
Also I was wondering whether this was backwards-incompatible or not -- my vague memory tells me that the old style continues to be supported but is deprecated, right?
thanks,
sven
15 years, 1 month