On Thu, 21 Mar 2019, Sven Schreiber wrote:
Am 19.03.2019 um 13:18 schrieb Sven Schreiber:
> Am 19.03.2019 um 10:39 schrieb Sven Schreiber:
>> Am 19.03.2019 um 10:35 schrieb Riccardo (Jack) Lucchetti:
>
>
>>> We already have this. See for example the help to the the "vecm"
>>> command. The xml tag we have is <demo>whatever.inp</demo>.
>>
>> Ah, excellent! So I just need to find out what sample scripts aren't
>> properly linked yet.
>
> There's a bunch, I'll see what I can do.
OK I've pushed an update of doc/commands/gretl_commands_en.xml to git. I
hope it's the right file and -as always- that I haven't broken anything.
(At least it still seems to compile.)
Looks fine to me; good to have more example scripts referenced.
BTW, I'v noticed that the mle-advanced.inp sample script does
BFGS and
NR optimization and so forth "manually". Is that perhaps made obsolete
by the BFGS* and NR* functions? If so, at least a comment should be
added there I guess.
I don't see anything obsolete there. All the examples are driven by
the "mle" command, and the numerical optimizer used by mle is selected
via "set optimizer". One could directly use the BFGS* and NR*
functions instead of mle but it seems to me that would be more
"manual" than the current script.
Allin