sigmoid: The Logistic Function and Derivatives

Description Usage Arguments Author(s) Examples

Description

Sigmoid 1/(1 + exp(-x)), first and second derivative.

Usage

1
2
3

Arguments

x

a numeric vector

Author(s)

Friedrich Leisch

Examples

1
2
3
plot(sigmoid, -5, 5, ylim = c(-.2, 1))
plot(dsigmoid, -5, 5, add = TRUE, col = 2)
plot(d2sigmoid, -5, 5, add = TRUE, col = 3)

molnplus/DasProjekt-e1071 documentation built on May 23, 2019, 6:06 a.m.