TF_logistic {TestFunctions} | R Documentation |
TF_logistic: logistic function for evaluating a single point.
TF_logistic(x, offset = 0, scl = 1)
x |
Input vector at which to evaluate. |
offset |
Amount it should be offset |
scl |
Scale parameter |
Function output evaluated at x.
TF_logistic(0)
TF_logistic(1)