This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
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