Description Usage Arguments Details Value
Stable calculation of log(cumsum(exp(x)))
of a numeric
or integer object x
1 | log_accu_exp(x)
|
x |
numeric or integer object in either vector or matrix form |
if x
is a matrix, accumulation is done by column.
If x
is an array of dimension r \times c \times d,
accumulation is along the columns of each submatrix of dimension
r \times c.
the logarithm of the cumulative sum of exponentials in x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.