dstats v1.0.4 (2018-01-22T19:49:16Z)
Home
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