The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
mutualInfo
dstats
infotheory
Calculates the mutual information of two vectors of discrete observations.
double
mutualInfo
(
T
U
)
(
T
x
,
U
y
)
if
(
isInputRange
!(
T
) &&
isInputRange
!(
U
)
)
Meta
Source
See Implementation
dstats
infotheory
functions
condEntropy
condMutualInfo
entropy
entropyCounts
entropySorted
joint
mutualInfo
mutualInfoTable
structs
DenseInfoTheory
Joint
Calculates the mutual information of two vectors of discrete observations.