Examples for 'e1071::sigmoid'


The Logistic Function and Derivatives

Aliases: sigmoid dsigmoid d2sigmoid

Keywords: math

### ** Examples

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

[Package e1071 version 1.7-11 Index]