Prediction variance
The variance of the prediction distribution
## S4 method for signature 'pfilterd_pomp' pred_var(object, vars, ..., format = c("array", "data.frame"))
object
: result of a filtering computationvars
: optional character; names of variables...
: ignoredformat
: format of the returned objectThe prediction distribution is that of
where , are the latent state and observable processes, respectively, and is the data, at time .
The prediction variance is therefore the variance of this distribution
More on sequential Monte Carlo methods: bsmc2()
, cond_logLik()
, eff_sample_size()
, filter_mean()
, filter_traj()
, kalman
, mif2()
, pfilter()
, pmcmc()
, pred_mean()
, saved_states()
, wpfilter()
Other extraction methods: coef()
, cond_logLik()
, covmat()
, eff_sample_size()
, filter_mean()
, filter_traj()
, forecast()
, logLik
, obs()
, pred_mean()
, saved_states()
, spy()
, states()
, summary()
, time()
, timezero()
, traces()