H {baker} | R Documentation |
Shannon entropy for multivariate discrete data
Description
Shannon entropy for multivariate discrete data
Usage
H(px)
Arguments
px |
a vector of positive numbers sum to 1 |
Value
a non-negative number
Examples
H(c(0.5,0.3,0.2))
[Package baker version 1.0.3 Index]