R/SUMMARY_1CDF.R

SUMMARY_1CDF <-
function(Z0,aversion=0.5){
##F2 (Confidence Index) approach by Dubois & Guyonnet 2011
Z<-aversion*Z0[2,]+(1-aversion)*Z0[1,]
return(Z)
}

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.