On Sun, 1 Jun 2008, Stefano Balietti wrote:
Can I suppress Gretl warnings about numerical computation somehow? I
mean msgs like:
'^': Numerical argument out of domain: missing values were generated
exp(): Numerical result out of range: missing values were generated
That is because within an mle block i can get several warnings, but it
is basically impossible to avoid it.
Try "set warnings off" in current CVS.
I'm not sure this will work for mle, because I can't find an
example to hand that generates such a warning. It does work
for, e.g.,
nulldata 20
set warnings off
genr x = normal() + .8
genr lx = log(x)
Allin.