Re: [Rd] arima.c bug?

2014-04-30 Thread Gabor Bakos
On 2014. April 30. 15:13:05, Gabor Bakos wrote: > Hello, > >Reading the code I have found that in the line 653 (Pnew[i + r * j] = > tmp;) of http://svn.r-project.org/R/trunk/src/library/stats/src/arima.c > (latest as of now) the multiplier for j is r instead of rd (which is the

[Rd] arima.c bug?

2014-04-30 Thread Gabor Bakos
Hello, Reading the code I have found that in the line 653 (Pnew[i + r * j] = tmp;) of http://svn.r-project.org/R/trunk/src/library/stats/src/arima.c (latest as of now) the multiplier for j is r instead of rd (which is the dimension of the matrix). Was it intentional? That seems at least worth a