The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
condEntropy
dstats
infotheory
Calculate the conditional entropy H(data | cond).
double
condEntropy
(
T
U
)
(
T
data
,
U
cond
)
if
(
isInputRange
!(
T
) &&
isInputRange
!(
U
)
)
Meta
Source
See Implementation
dstats
infotheory
functions
condEntropy
condMutualInfo
entropy
entropyCounts
entropySorted
joint
mutualInfo
mutualInfoTable
structs
DenseInfoTheory
Joint
Calculate the conditional entropy H(data | cond).