R/logistic.R

logistic <-
function(x){
    0.5*tanh(0.5*x)+0.5
}

Try the CaDENCE package in your browser

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

CaDENCE documentation built on May 2, 2019, 6:05 a.m.