Additional arguments passed to set.options(). This includes
IPI_options, a list containing further options used by the iterative
plug-in algorithm. For convenience, any of the options usually included in
the list IPI_options can be passed as argument directly to
set.options and will be converted into the IPI_options list.
Further arguments accepted are model_order controlling the order of
the variance model, if either an SARMA or SFARIMA model is used. This
argument is either a list of the form list(ar = c(1, 1), ma = c(1, 1))
or specifies an order selection criterion from c("aic", "bic", "gpac").
If an order selection criterion is used, the argument order_max
controls the maximum order to be tested.