logistic: Logistic

View source: R/SPARRAfairness_functions.R

logisticR 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")

SPARRAfairness documentation built on April 11, 2025, 6:17 p.m.