normProbs {simplifyNet} | R Documentation |
Normalize probabilities
Description
Normalize numerics to probabilities such that the sum of the vector equals 1.
Usage
normProbs(P)
Arguments
P |
Numerics to be normalized to probabilities. |
Details
Intended as internal function.
Value
Return probabilities where their sum is 1.
Author(s)
Alexander Mercier
[Package simplifyNet version 0.0.1 Index]