R/expit.R

expit <-
function (x) 
{
    exp(x)/(1 + exp(x))
}
ftyu1234/Aclust documentation built on May 16, 2019, 3:37 p.m.