TF_logistic: TF_logistic: logistic function for evaluating a single point.

View source: R/functions2.R

TF_logisticR Documentation

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)

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

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