Expit ufunc for ndarrays.
The expit function is defined as expit(x) = 1/(1+exp(-x)). Note that expit is the inverse logit function.
| Parameters : | x : ndarray
|
|---|---|
| Returns : | out : ndarray
|
Notes
As a ufunc logit takes a number of optional keywork arguments. For more information see ufuncs