numpy.logaddexp.reduce を使用できないのはなぜですか?
In [46]: a = np.array([1,5, 3, 2])
In [47]: np.logaddexp.reduce(a)
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-47-701e5f4017fe> in <module>()
----> 1 np.logaddexp.reduce(a)
TypeError: No loop matching the specified signature was found for ufunc logaddexp