Am 08.01.2015 um 15:42 schrieb Sven Schreiber:
Am 08.01.2015 um 15:38 schrieb Allin Cottrell:
>
> It sounds as if there must be a bug in this area, but I can't
> reproduce it in a simple case. For example the following works as
> expected:
Yes I had the same problem, not being able to construct a short
self-contained example. Otherwise I would have sent it.
Some further confirmation that it's very likely a bug:
The script (actually two scripts working together) works fine in a gretl
snapshot from December 11th (on Win8 32bit) and fails with the symptoms
I mentioned in a snapshot from Dec 31st (on Win7 64bit).
I still don't have a self-contained test case, but the function
signature/header/whatever is:
function bundle estim_thresh (series dep, list indep, series thresh, \
int M[1::3], bool robust[1], scalar trim[0.01:0.99:0.15])
and the call to this function in the present case is:
bundle bGP$k = estim_thresh($k, tempX, ave_inc_gr, 2, 1)
where $k should expand to "ave_size_gr" in this first iteration of the
surrounding foreach loop.
Maybe this helps to locate the bug.
thanks,
sven