Description Usage Arguments Value See Also Examples
Calling logistic()
applies the logistic transformation exp()/(1+exp())
to the passed in arguments.
1 | logistic(value)
|
value |
A double or a vector of doubles to be transformed. |
A double or vector of doubles containing the logistic transformations of the passed in arguments.
compute_ekop_lik()
for a function applying the transformation during
optimization of parameters.
1 | logistic(-1.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.