Learn R Programming

pomp (version 2.2)

filter.mean: Filtering mean

Description

The mean of the filtering distribution

Usage

# S4 method for kalmand_pomp
filter.mean(object, vars, ...)

# S4 method for pfilterd_pomp filter.mean(object, vars, ...)

Arguments

object

result of a filtering computation

vars

optional character; names of variables

ignored

Details

The filtering distribution is that of $$X_t \vert Y_1=y^*_1,\dots,Y_t=y^*_t,$$ where \(X_t\), \(Y_t\) are the latent state and observable processes, respectively, and \(y^*_t\) is the data, at time \(t\).

The filtering mean is therefore the expectation of this distribution $$E[X_t \vert Y_1=y^*_1,\dots,Y_t=y^*_t].$$

See Also

Other particle filter methods: bsmc2, cond.logLik, eff.sample.size, filter.traj, mif2, pfilter, pmcmc, pred.mean, pred.var