Module logistic

Source
Expand description

Provides the logistic and related functions

Functionsยง

checked_logit
Computes the logit function, returning None if p < 0.0 or p > 1.0.
logistic
Computes the logistic function
logit
Computes the logit function