dstats ~updates (2021-12-23T10:07:51.5287763)
Dub
Repo
FlattenTypeImpl
dstats
infotheory
Undocumented in source.
template
FlattenTypeImpl (
T
...
) {
alias
ret
=
TypeTuple
!()
;
static if
(!(
T.length == 0
))
T
[
0
]
j
;
alias
ret
=
TypeTuple
!(
typeof
(
j
.
_jointRanges
),
FlattenType
!(
T
[
1
..$]))
;
alias
ret
=
TypeTuple
!(
T
[
0
],
FlattenType
!(
T
[
1
..$]))
;
}
Members
Aliases
ret
alias
ret
=
TypeTuple
!()
Undocumented in source.
ret
alias
ret
=
TypeTuple
!(
T
[
0
],
FlattenType
!(
T
[
1
..$]))
Undocumented in source.
ret
alias
ret
=
TypeTuple
!(
typeof
(
j
.
_jointRanges
),
FlattenType
!(
T
[
1
..$]))
Undocumented in source.
Variables
j
T
[
0
]
j
;
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