invlogit: Compute the inverse log-odds

invlogitR Documentation

Compute the inverse log-odds

Description

Compute the inverse log-odds

Usage

invlogit(x)

Arguments

x

scalar or vector for which to compute the (componentwise) inverse log-odds

Value

A scalar or vector of values in (0,1)

Examples

x = seq(-5, 5, length.out = 10^3)
plot(x, invlogit(x))

drkowal/dsp documentation built on July 19, 2023, 11:42 a.m.