logistic_functions: Logistic Functions

logistic_functionsR Documentation

Logistic Functions

Description

Functions to compute the logit and logistic sigmoid functions

Usage

logistic_sigmoid(x)

logit(x)

Arguments

x

Numeric value for which to compute the functions

Value

A single numeric value with the computed logit or logistic sigmoid function.

See Also

Boost Documentation for more details on the mathematical background.

Examples

# Logistic Sigmoid Function
logistic_sigmoid(0.5)
# Logit Function
logit(0.7)

boostmath documentation built on Dec. 15, 2025, 5:07 p.m.