forecast | R Documentation |
Mean of the one-step-ahead forecasting distribution.
forecast(object, ...)
## S4 method for signature 'kalmand_pomp'
forecast(object, vars, ..., format = c("array", "data.frame"))
## S4 method for signature 'pfilterd_pomp'
forecast(object, vars, ..., format = c("array", "data.frame"))
object |
result of a filtering computation |
... |
ignored |
vars |
optional character; names of variables |
format |
format of the returned object |
Other extraction methods:
coef()
,
cond_logLik()
,
covmat()
,
eff_sample_size()
,
filter_mean()
,
filter_traj()
,
logLik
,
obs()
,
pred_mean()
,
pred_var()
,
saved_states()
,
spy()
,
states()
,
summary()
,
time()
,
timezero()
,
traces()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.