☰
In statrs::function::logistic
?
Function
statrs
::
function
::
logistic
::
logit
source
·
[
−
]
pub fn logit(p:
f64
) ->
f64
Expand description
Computes the logit function
Panics
If
p < 0.0
or
p > 1.0