sigmoid: The sigmoid function

View source: R/helpers.R

sigmoidR Documentation

The sigmoid function

Description

The sigmoid function: a / (1 + exp(-b*(x-c)))

Usage

sigmoid(params, xx)

Arguments

params

A vector of size 2 for the 'b' and 'c' parameters

xx

A vector of numerals to which the function should be applied

Value

A vector of numerals


MathurinD/drugResistance documentation built on July 4, 2025, 10:30 p.m.