powered by
VAR.BPR(x, p, h, nboot = 500, type = "const", alpha = 0.95)
data(dat) VAR.BPR(dat,p=2,h=10,nboot=200,type="const",alpha=0.95) # nboot is set to a low number for fast execution in the example # In actual implementation, use higher number such as nboot=1000
Run the code above in your browser using DataLab