R/expit.R

expit <-
function (x) 
{
    exp(x)/(1 + exp(x))
}
tamartsi/Aclust documentation built on May 31, 2019, 2:56 a.m.