TF_logistic15 {TestFunctions}R Documentation

TF_logistic15: logistic15 function for evaluating a single point. Same as logistic except adjusted to be reasonable from 0 to 1.

Description

TF_logistic15: logistic15 function for evaluating a single point. Same as logistic except adjusted to be reasonable from 0 to 1.

Usage

TF_logistic15(x, offset = 0.5, scl = 15)

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_logistic15(0)
TF_logistic15(1)
curve(Vectorize(TF_logistic15)(x))

[Package TestFunctions version 0.2.1 Index]