Hello,

Am trying to estimate a seasonal Arima by calling the R forecast package in
Rpy2:

fit = forecast.Arima(x = h02, order = order, seasonal = seasonal)

Strangely I get the estimates of the non-seasonal part, only, even if the
model is specified as (3,0,1)x(0,1,2). Can anyone tell me where the issue
is?

Regards,

P.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to