Function f_logistic

Source
pub fn f_logistic(x: f64) -> f64
Expand description

Logistic function

Computes 1/(1+exp(-x))