powered by
The function returns bias-corrected parmater estimators and Bias estimators based on the bootstrap
VAR.Boot(x, p, nb = 200, type = "const")
coefficient matrix
matrix of residuals
residual covariance matrix
Bootstrap Bias Estimator
data matrix in column
AR order
number of bootstrap iterations
"const" for the AR model with intercept only, "const+trend" for the AR model with intercept and trend
Jae H. Kim
Kilian's (1998) stationarity-correction is used for bias-correction
Kilian, L. (1998). Small sample confidence intervals for impulse response functions, The Review of Economics and Statistics, 80, 218 - 230.
data(dat) VAR.Boot(dat,p=2,nb=200,type="const")
Run the code above in your browser using DataLab