dstats ~master (2018-01-23T10:54:54Z)
Home
Dub
Repo
byCategory
dstats
base
Special case implementation for when ElementType!C is boolean.
ElementType
!(
V
)[][
ElementType
!(
C
)]
byCategory
(
V
values
,
C
categories
)
ElementType
!(
V
)[][
2
]
byCategory
(
V
values
,
C
categories
)
ElementType
!(
V
)[][2]
byCategory
(
V
C
)
(
V
values
,
C
categories
)
if
(
isInputRange
!(
V
) &&
isInputRange
!(
C
)
&&
is
(
ElementType
!
C
==
bool
)
)
Meta
Source
See Implementation
dstats
base
classes
DstatsArgumentException
functions
auroc
bin
binCounts
byCategory
comb
frequency
frqBin
logFactorial
logNcomb
perm
rank
rankSort
saveAll
seq
sign
toNumericRange
structs
Comb
Perm
ToNumericRange
templates
doubleInput
doubleIterable
Special case implementation for when ElementType!C is boolean.