Am 03.04.2016 um 19:50 schrieb juergen.malitte(a)t-online.de:
-----Original-Nachricht-----
8. Try to save the matrix with "speichern unter" or
"speichern" - Gretl
crashes after a short time
I can confirm this on Win 7 with the latest snapshot, although it
doesn't seem to happen every time and/or immediately.
going further another problem arised. I generated the product of X'X
(product of transposed matrix with the original matrix). Then I wanted
to invert it ! (Menü:Transformieren/Invertieren). Gretl crashes again.
I haven't seen this happening (yet). Gretl inverts the matrix alright
for me. (Which doesn't mean I'm doubting your crash.)
If you need to work around this bug urgently after creating the matrix
X, you can do the stuff you need in script form:
<hansl>
matrix XT = X'
matrix XXI = inv(X'X)
</hansl>
But maybe you just wanted to report the bug...
thanks,
sven