pred_mean {pomp} | R Documentation |
Prediction mean
Description
The mean of the prediction distribution
Usage
## S4 method for signature 'kalmand_pomp'
pred_mean(object, vars, ..., format = c("array", "data.frame"))
## S4 method for signature 'pfilterd_pomp'
pred_mean(object, vars, ..., format = c("array", "data.frame"))
Arguments
object |
result of a filtering computation |
vars |
optional character; names of variables |
... |
ignored |
format |
format of the returned object |
Details
The prediction distribution is that of
where ,
are the latent state and observable processes, respectively, and
is the data, at time
.
The prediction mean is therefore the expectation of this distribution
See Also
More on sequential Monte Carlo methods:
bsmc2()
,
cond_logLik()
,
eff_sample_size()
,
filter_mean()
,
filter_traj()
,
kalman
,
mif2()
,
pfilter()
,
pmcmc()
,
pred_var()
,
saved_states()
,
wpfilter()
Other extraction methods:
coef()
,
cond_logLik()
,
covmat()
,
eff_sample_size()
,
filter_mean()
,
filter_traj()
,
forecast()
,
logLik
,
obs()
,
pred_var()
,
saved_states()
,
spy()
,
states()
,
summary()
,
time()
,
timezero()
,
traces()