reldist-internal {reldist} | R Documentation |
Internal reldist Objects
Description
Internal reldist functions.
Usage
entropy(x,xo=FALSE)
Arguments
x |
a list with components |
xo |
a list with components |
Details
Most of these are not to be called by the user.
Value
If xo
is given, the relative entropy (or Kullback-Liebler divergence) of the first to the second argument is calculated. Otherwise the entropy of the distribution specified by x
.
See Also
reldist
[Package reldist version 1.7-2 Index]