TF_logistic {TestFunctions} | R Documentation |
TF_logistic: logistic function for evaluating a single point.
Description
TF_logistic: logistic function for evaluating a single point.
Usage
TF_logistic(x, offset = 0, scl = 1)
Arguments
x |
Input vector at which to evaluate. |
offset |
Amount it should be offset |
scl |
Scale parameter |
Value
Function output evaluated at x.
Examples
TF_logistic(0)
TF_logistic(1)
[Package TestFunctions version 0.2.1 Index]