logistic {SPARRAfairness}R Documentation

Logistic

Description

Logistic function: 1/(1+exp(-x))

Usage

logistic(x)

Arguments

x

argument

Value

value of logistic(x)

Examples


# Plot
x=seq(-5,5,length=1000)
plot(x,logistic(x),type="l")

[Package SPARRAfairness version 0.0.0.1 Index]