Auxiliary function for dzim
fitting. Typically only used internally by
dzim.fit
, but may be used to construct a control argument for either function.
count model family
logical; if TRUE, display iteration history.
initial parameter values.
autoregressive order.
mean vector for initial state.
covariance matrix for initial state.
number of particiles in particle filtering.
number of replications in particle smoothing.
number of iterations.
The default values of N
, R
, and niter
are chosen based on our experience.
In some cases, N
= 500, R
= 500, and niter
= 200 might be sufficient.
The dzim.plot
function should always be used for convergence diagnostics.