log_sum_exp_2 | R Documentation |
Log-sum-exponential trick using just two doubles.
log_sum_exp_2(x, y)
x |
A double. |
y |
Another double. |
The log of the sum of the exponential of x and y.
David Gerard
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.