predict: Predictions

predictR Documentation

Predictions

Description

Predictions

Usage

predict(
  object,
  ...,
  n.ahead = 4,
  quantiles = c(0.05, 0.1, 0.16, 0.5, 0.84, 0.9, 0.95),
  applyfun = NULL,
  cores = NULL,
  save.store = FALSE,
  verbose = TRUE
)

Arguments

object

an object of class bvar.

...

additional arguments.

n.ahead

the forecast horizon.

quantiles

posterior quantiles to be computed.

applyfun

parallelization

cores

number of cores

save.store

If set to TRUE the full distribution is returned. Default is set to FALSE in order to save storage.

verbose

If set to FALSE it suppresses printing messages to the console.


mboeck11/BTSM documentation built on Oct. 9, 2022, 9:14 p.m.