Learn R Programming

sigmoid (version 0.1.0)

logistic: Standard Logistic

Description

maps numeric vector using logistic function

Usage

logistic(x, k = 1, x0 = 0)

Arguments

x
input vector
k
see details
x0
see details