forc.ecdf: Empirical CDF computations for posterior forecast samples
Description
Computes (pointwise over time) empirical density (error bands) and
mean forecasts for a Monte Carlo or Bayesian posterior sample of forecasts.Usage
forc.ecdf(forecasts, probs = c(0.05, 0.95), start = c(0, 1), ...)
Value
A multiple time series object is returned where the first column is
the mean estimate followed by the upper and lower bounds of the
confidence region.Details
For each endogenous variable in the VAR and each point in the forecast
horizon this function estimates the percentile based confidence
interval. It then returns a time series matrix beginning at
start of the mean forecast and the limits of the confidence
region for each variable in the forecast sample.