SimInf_pfilter objectDisplay a detailed summary of a bootstrap particle filter analysis, including the number of particles, log-likelihood estimate, and model characteristics (model name, number of nodes, scheduled events, transitions, global data, local data, continuous state variables, and compartments).
# S4 method for SimInf_pfilter
summary(object, ...)NULL, returned invisibly.
The SimInf_pfilter object to
summarize.
Additional arguments affecting the summary produced. Currently ignored.
Compared to show, the
summary additionally displays full model characteristics from the
underlying SimInf_model object.
pfilter for running a particle filter,
logLik for extracting the log-likelihood,
SimInf_pfilter for the class definition,
SimInf_model for the model class embedded
in the filter, show
for a brief summary.