.normalize_prob {BayesFBHborrow}R Documentation

Normalize a set of probability to one, using the the log-sum-exp trick

Description

Normalize a set of probability to one, using the the log-sum-exp trick

Usage

.normalize_prob(x)

Arguments

x

set of log probabilities

Value

normalized set of log probabilities


[Package BayesFBHborrow version 2.0.1 Index]