On Tue, 22 Sep 2015, oleg_komashko(a)ukr.net wrote:
I haven't noticed any problems with armax()
on Ubuntu, Kubuntu, windows 7,
xp is the exception.
Yes, I think that's established. But could I ask you just to confirm
Yes or No, whether the script that I posted crashes on XP? Here it is
again:
nulldata 100
setobs 1 1 --special-time-series
set seed 77431
series y = normal()
loop p=1..2 -q
loop q=1..2 -q
catch arma p q ; y -q
endloop
endloop
Thanks,
Allin