Hi there,
I'm having problems while trying to execute the following command sequence:
matrix Q_S = {1, 1; 1, 1}
scalar beta_p = 0.9
matrix Q = beta_p * Q_s
The output is this:
Warning: generated non-finite values
And, when I check the Q Matrix, I find "Nan" in all elements. The output should be 0.9 in all elements...
Is this a bug? Or am I missing something?
Thanks in advance,
Fernando
(GRETL 2016b - Mac OS X (quartz, x86_64, build date 2016-04-14)