powered by
Logistic function: 1/(1+exp(-x))
logistic(x)
value of logistic(x)
argument
# Plot x=seq(-5,5,length=1000) plot(x,logistic(x),type="l")
Run the code above in your browser using DataLab