Extract posterior draws of the (time-varying) variance-covariance matrix for a VAR model
Source:R/utility_functions.R
vcov.bayesianVARs_bvar.Rd
Returns the posterior draws of the possibly time-varying variance-covariance
matrix of a VAR estimated via bvar()
. Returns the full paths if
sv_keep="all"
when calling bvar()
. Otherwise, the draws of the
variance-covariance matrix for the last observation are returned, only.
Arguments
- object
An object of class
bayesianVARs_bvar
obtained viabvar()
.- t
Vector indicating which points in time should be extracted, defaults to all.
- ...
Currently ignored.