aux_x_log_y | R Documentation |
x\cdot \log y
Internal, auxiliary functions
aux_x_log_y(x, y)
x |
is a numeric vector |
y |
is a numeric vector (the same length of x) |
Function calculates the value of expression x\cdot \log y
element-wise in a numerically stable way.
The result is a numeric vector of the same length as x. It is assumed that 0\cdot \log 0 = 0
.
SLEMI:::aux_x_log_y(1,2)
SLEMI:::aux_x_log_y(0,0)
SLEMI:::aux_x_log_y(1000,100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.