R/B.fonction.Ind.R

B.fonction.Ind <-
function (a, b) 
{
    result = sum((a[, 2] * (2 * a[, 1] - 1))/exp(b * (a[, 1] - 
        0.5)))
    return(result)
}

Try the HSROC package in your browser

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

HSROC documentation built on Sept. 19, 2019, 9:05 a.m.