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

pub fn logit(p: f64) -> f64
Expand description

Computes the logit function

Panics

If p < 0.0 or p > 1.0