Fits one model given its structure and the observed data. This function can be used for any supported family (see vignette).
fit_model_single(
structure,
outcomes,
smooth = TRUE,
p.monit = NA,
safe.mode = TRUE
)A fitted_dlm object.
dlm_block: The structural blocks of the model. All block must be completely defined.
dlm_distr or list of dlm_distr objects: The model outcomes.
boolean: A flag indicating if the smoothed distribution for the latent states should be calculated.
numeric (optional): The prior probability of changes in the latent space variables that are not part of its dynamic.
boolean: A flag indicating if consistency check should be performed at each time step. Recommended to be left on, but if you know what you are doing (i.e., you tested the model and it is safe) and need to fit it several times, you can disable the checks to save some time.