R/logistic.R

logistic <-
function(x)
{
    1/(1+exp(-x))
}

Try the monmlp package in your browser

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

monmlp documentation built on May 2, 2019, 11:14 a.m.