Skip to content
Prev 79014 / 398503 Next

arima: warning when fixing MA parameters.

It's a bug: the code has 1:arma[1], i.e. 1:0.  Replace by 
seq(length=arma[1]).
On Thu, 13 Oct 2005, John Maindonald wrote: