50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

blm (version 2013.2.4.1)

expit: Inverse-logit function

Description

Returns the inverse logit. Where,

expit(x)=exp(x)(1+exp(x))

Usage

expit(x)

Arguments

x
numeric vector

Value

  • Numeric that is the inverse logit of x.

Examples

Run this code
expit(1:10)

Run the code above in your browser using DataLab