Description Usage Arguments Value Examples
Numerically stable computation of log(sum(exp(x))).
1 | logsumexp(x)
|
x |
real vector, the arguments to exp(). If log(sum(y)) is desired, supply x=log(y). |
real number, numerically stable log(sum(exp(x)))
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.