logistic: Transforms values by the logistic function

Description Usage Arguments Value See Also Examples

Description

Calling logistic() applies the logistic transformation exp()/(1+exp()) to the passed in arguments.

Usage

1
logistic(value)

Arguments

value

A double or a vector of doubles to be transformed.

Value

A double or vector of doubles containing the logistic transformations of the passed in arguments.

See Also

Examples

1
logistic(-1.5)

simonsays1980/bayespin documentation built on Dec. 23, 2021, 2:25 a.m.