On Fri, Jul 25, 2025 at 10:22 AM Sven Schreiber
<sven.schreiber(a)fu-berlin.de> wrote:
Am 25.07.2025 um 15:53 schrieb Sven Schreiber:
> Am 25.07.2025 um 13:08 schrieb Cottrell, Allin:
>> On Fri, Jul 25, 2025 at 7:03 AM Sven Schreiber
>> <sven.schreiber(a)fu-berlin.de> wrote:
>>
>>> Will do -- but in the meantime, is my assumption correct that the
>>> constant should not automatically be removed by the algorithm?
>> Yes, that's right.
>
> In lib/src/compare.c there's auto_drop_var ...
>
> Maybe I'm not looking at the really relevant path of the code, though.
>
Ah, OK, from the output (included at the end) I got the clue that
actually the used code is in plugin/stepwise.c instead. (I had discarded
that possibility because that file at the top has the comment "*Forward*
stepwise plugin for gretl,")
Anyway, so below there's an example output [...]
Thanks, that helps. I don't know why BIC is becoming NaN, but it's
clear that we need to flag an error and break out of the omission loop
with an informative message as soon as that happens. That's now
arranged in git and I should be able to put up new snapshots within
the next couple of hours.
Allin