dstats ~updates (2021-12-23T10:07:51.5287763)
Dub
Repo
ElementsTuple
dstats
infotheory
Undocumented in source.
template
ElementsTuple (
T
...
) {
alias
ElementsTuple
=
TypeTuple
!(
Unqual
!(
ElementType
!(
T
[
0
])))
;
alias
ElementsTuple
=
TypeTuple
!(
Unqual
!(
ElementType
!(
T
[
0
])),
ElementsTuple
!(
T
[
1
..$]))
;
}
Members
Aliases
ElementsTuple
alias
ElementsTuple
=
TypeTuple
!(
Unqual
!(
ElementType
!(
T
[
0
])))
Undocumented in source.
ElementsTuple
alias
ElementsTuple
=
TypeTuple
!(
Unqual
!(
ElementType
!(
T
[
0
])),
ElementsTuple
!(
T
[
1
..$]))
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
NeedsHeap