TF_logistic15 | R Documentation |
TF_logistic15: logistic15 function for evaluating a single point. Same as logistic except adjusted to be reasonable from 0 to 1.
TF_logistic15(x, offset = 0.5, scl = 15)
x |
Input vector at which to evaluate. |
offset |
Amount it should be offset |
scl |
Scale parameter |
Function output evaluated at x.
TF_logistic15(0)
TF_logistic15(1)
curve(Vectorize(TF_logistic15)(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.