.complementary_logprob {epichains} | R Documentation |
Given x and norm, this calculates log(1-sum(exp(x)))
.complementary_logprob(x)
x |
A numeric vector of log-probabilities. Must be negative. |
A numeric value of the complementary log-probability.
Sebastian Funk