powered by
The function logsumexp is used for stable computation of log(sum(exp(x))), which is useful when summing weights for example.
logsumexp
logsumexp(x)
The stable result of log(sum(exp(x)))
The values for which you want to compute log(sum(exp(x)))
See ZVCV for more package details.