TF_logistic15: TF_logistic15: logistic15 function for evaluating a single...

View source: R/functions2.R

TF_logistic15R 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))

TestFunctions documentation built on May 29, 2024, 11 a.m.