Description Usage Arguments Value Examples
View source: R/Bayesian_Bricks.r
For each row l of a matrix x, calculate log(sum(exp(l))).
1 | logsumexp(x)
|
x |
matrix, the values in x a all logged. If x is a numeric vector, it will be converted to a matrix with 1 row. |
numeric, the logsumexp of each row of x.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.