dstats ~master (2018-01-23T10:54:54Z)
Home
Dub
Repo
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).