Accurately computes the logarithm of the sum of exponentials across rows or columns.
rowLogSumExps(lx, rows = NULL, cols = NULL, na.rm = FALSE,
dim. = dim(lx), ...)colLogSumExps(lx, rows = NULL, cols = NULL, na.rm = FALSE,
dim. = dim(lx), ...)
If TRUE
, any missing values are
ignored, otherwise not.
Not used.
These methods are implemented in native code and have been optimized for speed and memory.
To calculate the same on vectors, logSumExp
().