Skip to content
Prev 157272 / 398506 Next

auto.arima help

Yes, sorry it auto.arima is in the 'forecast' package. The following produces the problem:

auto.arima(ts(c(rep(0,104), rep(143, 52), rep(260,33)), frequency=52))

Kevin
---- Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote: