Description Usage Arguments Value
Logistic function is a sigmoid type function. It is the part of CDF.
It's CDF formula is: y = 1 / ( 1 + exp(-x))
It's PDF formula is: y = exp(x) / ( 1 + exp(x))^2
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | logistic(x)
logistic.orig(x)
logistic.inverse(x)
## S3 method for class 'orig.cdf'
logistic(x)
## S3 method for class 'orig.pdf'
logistic(x)
## S3 method for class 'inverse.cdf'
logistic(x)
## S3 method for class 'inverse.pdf'
logistic(x)
|
x |
Vector of x parametres |
Vector of result vaues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.