# Blanco-Ihle Backtest For Independence for given confidence level.
# The VaR and ES are randomly generated.
a <- rnorm(1*100)
b <- abs(rnorm(1*100))+2
c <- abs(rnorm(1*100))+2
BlancoIhleBacktest(a, b, c, 0.95)
Run the code above in your browser using DataLab