R/logistic.prime.R

logistic.prime <-
function(x)
{
    exp(-x)/(1+exp(-x))^2
}

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.