powered by
Functions to compute the logit and logistic sigmoid functions
logistic_sigmoid(x)logit(x)
logit(x)
A single numeric value with the computed logit or logistic sigmoid function.
Numeric value for which to compute the functions
Boost Documentation for more details on the mathematical background.
# Logistic Sigmoid Function logistic_sigmoid(0.5) # Logit Function logit(0.7)
Run the code above in your browser using DataLab