[Gretl-devel] Infinities handling

2022-03-02 Thread Marcin Błażejowski
Hi, are resuls of below script coherent? eval 1/0 eval { 1/0 } Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website:

[Gretl-devel] Re: messed-up panel subsampling (including a crash, it seems)

2022-03-02 Thread Sven Schreiber
Am 01.03.2022 um 21:21 schrieb Allin Cottrell: On Tue, 1 Mar 2022, Sven Schreiber wrote: The point here is that the samplecheck function should only get the restricted active sample from the outer scope (right?) No, the function only gets regular _access_ to the restricted range, but it

[Gretl-devel] Re: Infinities handling

2022-03-02 Thread Riccardo (Jack) Lucchetti
On Wed, 2 Mar 2022, Marcin Błażejowski wrote: Hi, are resuls of below script coherent? eval 1/0 eval { 1/0 } Well, they are, up to a point. Let me expand your example: nulldata 10 eval 1/0 eval {1/0} eval {-1/0} scalar a = 1/0 matrix b = { 1/0 } series c = 1/0 series d = a series e = b

[Gretl-devel] Re: messed-up panel subsampling (including a crash, it seems)

2022-03-02 Thread Allin Cottrell
On Wed, 2 Mar 2022, Sven Schreiber wrote: Am 01.03.2022 um 21:21 schrieb Allin Cottrell: The problem exposed by check2() lies in libgretl's automatic compounding of a "--unit" style restriction with a regular --restrict. It works fine if you compound them manually in a single command: ? smpl