normProbs {simplifyNet} | R Documentation |
Normalize numerics to probabilities such that the sum of the vector equals 1.
normProbs(P)
P |
Numerics to be normalized to probabilities. |
Intended as internal function.
Return probabilities where their sum is 1.
Alexander Mercier