powered by
The null hypothesis is the equation of the probability of loss cross over VaR and the given ruin level.
It will show how the calculated VaR can be accepted.
See the report: Value at Risk.
jTestVaR(Ret, VaR, p, test_significant, type)
. p_value
. pof
. tuff
. mixkup
y <- c(11, 12, 10, 13, 12, 14, 13, 15, 13, 14, 12) s <- jReturn(y) alpha <- 0.2 h <- 0 v <- jVaR('non_adjust_hist',s,alpha,h) jTestVaR(s, v, alpha, 0.05, 'p_value')
Run the code above in your browser using DataLab