Description Usage Arguments Value
Normalize a vector of weights on log scale: given a vector of log_weights such that exp(log_weights) are proportional to the final weights, update so that exp(log_weights) sums to 1.
1 | compute_normalized_log_weights(log_weights)
|
log_weights: |
a vector of log(w) where w is proportional to the weights |
normalized log_weights so that sum(exp(log_weights)) = 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.