fitted.varstan {bayesforecast} | R Documentation |
Expected Values of the Posterior Predictive Distribution
Description
The function returns the posterior estimate of the fitted values
of a varstan
model, similar to the fit_values functions of other
packages.
Usage
## S3 method for class 'varstan'
fitted(object, robust = FALSE, ...)
Arguments
object |
a |
robust |
a bool value, if its |
... |
Further arguments passed to |
Details
This function returns a time series of the predicted mean response values.
Value
A time series (ts)
of predicted mean response values.
Author(s)
Asael Alonzo Matamoros
See Also
posterior_predict.varstan
[Package bayesforecast version 1.0.5 Index]