| logistic_functions | R Documentation |
Functions to compute the logit and logistic sigmoid functions
logistic_sigmoid(x)
logit(x)
x |
Numeric value for which to compute the functions |
A single numeric value with the computed logit or logistic sigmoid function.
Boost Documentation for more details on the mathematical background.
# Logistic Sigmoid Function
logistic_sigmoid(0.5)
# Logit Function
logit(0.7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.