.complementary_logprob {epichains} | R Documentation |
Calculates the complementary log-probability
Description
Given x and norm, this calculates log(1-sum(exp(x)))
Usage
.complementary_logprob(x)
Arguments
x |
A numeric vector of log-probabilities. Must be negative. |
Value
A numeric value of the complementary log-probability.
Author(s)
Sebastian Funk
[Package epichains version 0.1.1 Index]