bvar.pred.plot: Histograms of forecasts

Description Usage Arguments Details Value Examples

Description

This function draws histograms of forecasts

Usage

1
bvar.pred.plot(bvar.model)

Arguments

bvar.model

the list containing all results of bayesian VAR estimation

Details

This function draws histograms of forecasts

Value

the ggplot graph of forecast histograms

Examples

1
2
3
data(Yraw)
model <- bvar(Yraw, nsave = 1000, nburn = 100)
bvar.pred.plot(model)

bdemeshev/bvarrKK documentation built on May 12, 2019, 3:40 a.m.