Estimate a VAR(1) - suited to Bauer, Rudebusch and Wu (2012) methodology
estVARbrw( RiskFactors, ModelType, N, GVARinputs, JLLinputs, FactorLabels, Economies, demean = FALSE, intercept = TRUE )
RiskFactors
: time series of the risk factors (T x F)ModelType
: string-vector containing the label of the model to be estimatedN
: number of country-specific spanned factors (scalar)GVARinputs
: inputs used in the estimation of the GVAR-based models (see "GVAR" function)JLLinputs
: inputs used in the estimation of the JLL-based models (see "JLL" function)FactorLabels
: string-list based which contains the labels of all variables present in the modelEconomies
: string-vector containing the names of the economies which are part of the economic systemdemean
: demean the data before estimation. Default is set to FALSEintercept
: Include intercept in the VAR model. Default is set to TRUElist containing VAR(1) parameters #'
#'@references Bauer, Rudebusch and, Wu (2012). "Correcting Estimation Bias in Dynamic Term Structure Models".
This function is similar to the "estVAR" Matlab function available at Cynthia Wu's website (https://sites.google.com/view/jingcynthiawu/).
Useful links