dstats v1.0.4 (2018-01-22T19:49:16Z)
Home
Dub
Repo
ObsEnt
dstats
infotheory
Undocumented in source.
struct
ObsEnt (
T
...
) {
T
compRep
;
static if
(
anySatisfy!(hasIndirections, T)
)
hash_t
toHash
();
static if
(
anySatisfy!(hasIndirections, T)
)
bool
opEquals
(typeof(this) rhs);
static if
(
allSatisfy!(Comparable, T)
)
int
opCmp
(typeof(this) rhs);
}
Alias This
compRep
Members
Functions
opCmp
int
opCmp
(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t
toHash
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
compRep
T
compRep
;
Undocumented in source.
Meta
Source
See Implementation
dstats
infotheory
functions
condEntropy
condMutualInfo
entropy
entropyCounts
entropySorted
flatten
joint
jointImpl
mutualInfo
mutualInfoTable
structs
DenseInfoTheory
Joint
ObsEnt
templates
ElementsTuple
FlattenType
FlattenTypeImpl