R/jNonAdjHistVaR.R

jNonAdjHistVaR <-
function(s,alpha){
# Simple empirical quantile
object <- quantile(s,  alpha, names = FALSE, type = 1)
return(-object)
}

Try the jvnVaR package in your browser

Any scripts or data that you put into this service are public.

jvnVaR documentation built on May 1, 2019, 8:29 p.m.