Description Usage Arguments Details Value Author(s)
Computes the logistic function.
1 | Logistic(x, x50, xd)
|
x |
Points where the logistic function must be computed. |
x50 |
x-value of the sigmoid's midpoint of the logistic function. |
xd |
Minus the inverse of the logistic growth rate (steepness of the curve). |
The function implements the logistic function which equation is
L(x)=1/(1+exp((x-x50)/xd))
where x50 is the x-value of the sigmoid's midpoint of the logistic function, and xd is minus the inverse of the logistic growth rate (steepness of the curve).
Vector containing the values of the logistic function in each of the x-values.
Marta Cousido-Rocha
Santiago Cerviño López
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.