R/QUAN_INTERVAL.R

QUAN_INTERVAL <-
function(Z0,level=0.5){
F1<- quantile(Z0[1,],level)
F2<- quantile(Z0[2,],level)
return(list(Qlow=min(F1,F2),Qupp=max(F1,F2)))
}

Try the HYRISK package in your browser

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

HYRISK documentation built on May 2, 2019, 12:54 p.m.