R/irf.R

#' Impulse Response Function
#'  
#' A generic function used to calculate impulse response functions.
#' 
#' @param x an object of class \code{"bvar"}.
#' @param ... arguments passed forward to method.
#' 
#' @export
irf <- function (x, ...) {
 UseMethod("irf")
}
franzmohr/bvartools documentation built on Jan. 28, 2024, 4:06 a.m.