dlmodeler.arima(ar=c(), ma=c(), d=0, sigmaH = NA, sigmaQ = 0, name = "arima")
dlmodeler.build.arima(ar=c(), ma=c(), d=0, sigmaH = NA, sigmaQ = 0, name = "arima")dlmodeler representing the ARIMA model.
The moving average terms of the model are $1 + ma[1]L + ... ma[q]L^q$ where $L$ is the lag operator.
The initial value P0inf is parametered to use exact diffuse initialisation
(if supported by the back-end).
dlmodeler,
dlmodeler.build,
dlmodeler.build.polynomial,
dlmodeler.build.dseasonal,
dlmodeler.build.tseasonal,
dlmodeler.build.structural,
dlmodeler.build.regression