mif-methods {pomp}R Documentation

Methods of the "mif" class

Description

Methods of the "mif" class.

Usage

## S4 method for signature 'mif':
logLik(object, ...)
conv.rec(object, ...)
## S4 method for signature 'mif':
conv.rec(object, pars, ...)
pred.mean(object, ...)
## S4 method for signature 'mif':
pred.mean(object, pars, ...)
pred.var(object, ...)
## S4 method for signature 'mif':
pred.var(object, pars, ...)
filter.mean(object, ...)
## S4 method for signature 'mif':
filter.mean(object, pars, ...)

Arguments

object The mif object.
pars Names of parameters.
... Further arguments (either ignored or passed to underlying functions).

Methods

conv.rec
conv.rec(object, pars = NULL) returns the columns of the convergence-record matrix corresponding to the names in pars. By default, all rows are returned.
logLik
Returns the value in the loglik slot.
mif
Re-runs the MIF iterations. See the documentation under Re-running MIF Iterations below.
pred.mean
pred.mean(object, pars = NULL) returns the rows of the prediction-mean matrix corresponding to the names in pars. By default, all rows are returned.
pred.var
pred.mean(object, pars = NULL) returns the rows of the prediction-variance matrix corresponding to the names in pars. By default, all rows are returned.
filter.mean
filter.mean(object, pars = NULL) returns the rows of the filtering-mean matrix corresponding to the names in pars. By default, all rows are returned.
pred.var
pred.var(object, pars = NULL) returns the rows of the prediction-variance matrix corresponding to the names in pars. By default, all rows are returned.
print
Prints a summary of the mif object.
show
Displays the mif object.
pfilter
See pfilter-mif.

Author(s)

Aaron A. King (kingaa at umich dot edu)

References

E. L. Ionides, C. Bret{'o}, & A. A. King, Inference for nonlinear dynamical systems, Proc. Natl. Acad. Sci. U.S.A., 103:18438–18443, 2006.

See Also

mif, pomp, pomp-class, pfilter


[Package pomp version 0.19-1 Index]