powered by
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)
Function output evaluated at x.
Input vector at which to evaluate.
Amount it should be offset
Scale parameter
TF_logistic15(0) TF_logistic15(1) curve(Vectorize(TF_logistic15)(x))
Run the code above in your browser using DataLab