The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
quantile.quantile
mir
stat
descriptive
univariate
quantile
quantileType
!(
Slice
!(
Iterator
),
quantileAlgo
)
quantile
(Slice!(Iterator, N, kind) slice, G p)
template
quantile
(QuantileAlgo quantileAlgo = QuantileAlgo.type7, bool allowModifySlice = false, bool allowModifyProbability = false)
quantileType
!(
Slice
!(
Iterator
),
quantileAlgo
)
quantile
(
Iterator
size_t
N
SliceKind
kind
G
)
(
Slice
!(
Iterator
,
N
,
kind
)
slice
,
G
p
)
if
(
isFloatingPoint
!(
Unqual
!
G
)
)
auto
quantile
(Slice!(IteratorA, N, kindA) slice, Slice!(IteratorB, 1, kindB) p)
auto
quantile
(Slice!(Iterator, N, kind) slice, G[] p)
auto
quantile
(SliceLike x, G p)
auto
quantile
(SliceLikeX x, SliceLikeP p)
template
quantile
(F, QuantileAlgo quantileAlgo = QuantileAlgo.type7, bool allowModifySlice = false, bool allowModifyProbability = false)
template
quantile
(F, string quantileAlgo, bool allowModifySlice = false, bool allowModifyProbability = false)
template
quantile
(string quantileAlgo, bool allowModifySlice = false, bool allowModifyProbability = false)
Parameters
slice
Slice
!(
Iterator
,
N
,
kind
)
slice
p
G
probability
Meta
Source
See Implementation
mir
stat
descriptive
univariate
quantile
functions
quantile