Description Usage Arguments Value Benchmarking Author(s) See Also
Accurately computes the logarithm of the sum of exponentials across rows or columns.
1 2 | rowLogSumExps(lx, na.rm=FALSE, ...)
colLogSumExps(lx, na.rm=FALSE, ...)
|
lx |
A |
na.rm |
If |
... |
Not used. |
A numeric vector of length N (K).
These methods are implemented in native code and have been optimized for speed and memory.
Native implementation by Henrik Bengtsson. Original R code by Nakayama ??? (Japan).
To calculate the same on vectors, logSumExp().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.