This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Compute the log of the sum of exponentials of input elements.
Parameters : | a : array_like
|
---|---|
Returns : | res : ndarray
|
See also
Notes
Numpy has a logaddexp function which is very similar to logsumexp.