Function checked_logit

Source
pub fn checked_logit(p: f64) -> Option<f64>
Expand description

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