statrs
0.16.1
logit
Sections
Panics
In statrs::
function::
logistic
statrs
::
function
::
logistic
Function
logit
Copy item path
Source
pub fn logit(p:
f64
) ->
f64
Expand description
Computes the logit function
ยง
Panics
If
p < 0.0
or
p > 1.0