View source: R/098_atoms_log_sum_exp.R
| log_sum_exp | R Documentation |
Log-sum-exp: log(sum(exp(x)))
log_sum_exp(x, axis = NULL, keepdims = FALSE)
x |
An Expression |
axis |
NULL (all), 1 (row-wise), or 2 (column-wise) |
keepdims |
Logical: keep reduced dimensions? |
A LogSumExp atom
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.