statrs::function::logistic
pub fn checked_logit(p: f64) -> Result<f64>
Computes the logit function
If p < 0.0 or p > 1.0
p < 0.0
p > 1.0