logit: Perform logit transformation.

Description Usage Arguments Value Author(s) See Also

Description

Applies logit transformation to one or more numbers with range 0-1, resulting in equivalent set of unbounded real numbers with logistic (S-shaped) relationship to inputs.

Usage

1
logit(x)

Arguments

x

Any numeric value, vector, or array whose elements, x, such that 0 < x < 1.

Value

A value, vector, or array matching the dimensions of x and with elements, y, such that -Inf < y < Inf.

Author(s)

Quresh S. Latif

See Also

expit


qureshlatif/WoodpeckerHSI documentation built on May 29, 2019, 7:51 a.m.