Learn R Programming

simplifyNet (version 0.0.1)

normProbs: Normalize probabilities

Description

Normalize numerics to probabilities such that the sum of the vector equals 1.

Usage

normProbs(P)

Value

Return probabilities where their sum is 1.

Arguments

P

Numerics to be normalized to probabilities.

Author

Alexander Mercier

Details

Intended as internal function.