R/fevd.R

#' Forecast Error Variance Decomposition
#'  
#' A generic function used to calculate forecast error varianc decompositions.
#' 
#' @param object an object of class \code{"bvar"}.
#' @param ... arguments passed forward to method.
#' 
#' @export
fevd <- function (object, ...) {
 UseMethod("fevd")
}

Try the bvartools package in your browser

Any scripts or data that you put into this service are public.

bvartools documentation built on Aug. 31, 2023, 1:09 a.m.