pub fn checked_logit(p: f64) -> Option<f64>
Computes the logit function, returning None if p < 0.0 or p > 1.0.
None
p < 0.0
p > 1.0