The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
interquartileRange.interquartileRange
mir
stat
descriptive
univariate
interquartileRange
SliceKind of
Slice
.
quantileType
!(
Slice
!(
Iterator
),
quantileAlgo
)
interquartileRange
(Slice!(Iterator, N, kind) slice)
quantileType
!(
Slice
!(
Iterator
),
quantileAlgo
)
interquartileRange
(Slice!(Iterator, N, kind) slice, F lo)
template
interquartileRange
(QuantileAlgo quantileAlgo = QuantileAlgo.type7, bool allowModifySlice = false)
@
fmamath
quantileType
!(
Slice
!(
Iterator
),
quantileAlgo
)
interquartileRange
(
Iterator
size_t
N
SliceKind
kind
F
)
(
Slice
!(
Iterator
,
N
,
kind
)
slice
,
F
lo
)
quantileType
!(
Slice
!(
Iterator
),
quantileAlgo
)
interquartileRange
(Slice!(Iterator, N, kind) slice, F lo, F hi)
quantileType
!(
T
[],
quantileAlgo
)
interquartileRange
(T[] array)
auto
interquartileRange
(SliceLike x)
See Also
universal
,
canonical
,
assumeCanonical
,
assumeContiguous
.
Meta
Source
See Implementation
mir
stat
descriptive
univariate
interquartileRange
functions
interquartileRange
SliceKind of Slice.