search for: bomsoi

Displaying 1 result from an estimated 1 matches for "bomsoi".

Did you mean: boms
2005 Oct 13
1
arima: warning when fixing MA parameters.
...e point of doing this was to fit what is effectively a second seasonal term). Is there some deep reason why AR parameters ("Warning message: some AR parameters were fixed: ...") should somehow intrude into the fitting of a model that has only MA terms? > library(DAAG) > attach(bomsoi) > # The following is fine: > arima(avrain, order=c(0,0,4), seasonal=list(order=c(0,0,1), period=12), + fixed=c(NA,0,0,NA,NA,NA)) ..... > # The following generates a warning message > arima(avrain, order=c(0,0,4), seasonal=list(order=c(0,0,1), period=12), + fixed=c(0,0,0,NA,NA...