.complementary_logprob: Calculates the complementary log-probability
Description
Given x and norm, this calculates log(1-sum(exp(x)))
Usage
.complementary_logprob(x)
Value
A numeric value of the complementary log-probability.
Arguments
- x
A numeric vector of log-probabilities. Must be negative.