This function takes an mvgam_irf
object and
calculates a posterior summary of the impulse responses of each
series to shocks from each of the other series, at all horizons
# S3 method for mvgam_irf
summary(object, probs = c(0.025, 0.975), ...)
A long-format tibble
reporting the posterior median,
upper and lower percentiles of the impulse responses of each series to shocks
from each of the other series at all horizons.
an object of class mvgam_irf
obtained using the
irf()
function. This object will contain draws from the posterior
distribution of the impulse responses.
The upper and lower percentiles to be computed by the quantile
function,
in addition to the median
ignored
Nicholas J Clark
irf
, plot.mvgam_irf