R: nxn observation process covariance matrix. Var[Yt∣Xt]=R
tol: numeric; the tolerance to be used in computing matrix pseudoinverses via singular-value decomposition. Singular values smaller than tol are set to zero.
Returns
A named list containing the following elements:
object: the pomp object
A, Q, C, R: as in the call
filter.mean: E[Xt∣y1∗,…,yt∗]
pred.mean: E[Xt∣y1∗,…,yt−1∗]
forecast: E[Yt∣y1∗,…,yt−1∗]
cond.logLik: f(yt∗∣y1∗,…,yt−1∗)
logLik: f(y1∗,…,yT∗)
Details
If the latent state is X, the observed variable is Y, Xt∈Rm, Yt∈Rn, and