Learn R Programming

TestFunctions (version 0.2.2)

TF_logistic15: 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)

Value

Function output evaluated at x.

Arguments

x

Input vector at which to evaluate.

offset

Amount it should be offset

scl

Scale parameter

Examples

Run this code
TF_logistic15(0)
TF_logistic15(1)
curve(Vectorize(TF_logistic15)(x))

Run the code above in your browser using DataLab