[Rd] arima.c bug?

Gabor Bakos aborgabor at gmail.com
Wed Apr 30 16:09:03 CEST 2014


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
> dimension of the matrix). Was it intentional? That seems at least worth
> a comment why it is the case instead of Pnew[i + rd * j] = tmp;
> Thanks and Kind Regards, gabor
Sorry, I missed the if (d == 0) condition for that block. In that case 
rd == d, so this do not cause bugs, just a bit confusion for a short 
time. :)
Thanks, gabor




More information about the R-devel mailing list