Learn R Programming

TestFunctions (version 0.2.2)

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

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_logistic(0)
TF_logistic(1)

Run the code above in your browser using DataLab