View source: R/mvgam_forecast-class.R
| summary.mvgam_forecast | R Documentation |
This function takes an mvgam_forecast object and
calculates a posterior summary of the hindcast and forecast distributions
of each series, along with any true values that were included in data
and newdata if type = 'response' was used in the call to
hindcast() or function()
## S3 method for class 'mvgam_forecast'
summary(object, probs = c(0.025, 0.975), ...)
object |
an object of class |
probs |
The upper and lower percentiles to be computed by the
|
... |
ignored |
A long-format tibble / data.frame reporting the posterior median,
upper and lower percentiles of the predictions for each series at each of
the timepoints that were originally supplied in data and, optionally,
in newdata.
Nicholas J Clark
forecast.mvgam, plot.mvgam_forecast
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.