The logit transform
Notes
call and derivative use a private method _clean to make trim p by 1e-10 so that p is in (0,1)
Alias of Logit: logit = Logit()
Methods
| deriv(p) | Derivative of the logit transform |
| inverse(z) | Inverse of the logit transform |
Attributes
| tol | float(x) -> floating point number |