Function statrs::function::logistic::checked_logit[][src]

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

Computes the logit function

Errors

If p < 0.0 or p > 1.0