The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
robustScale.robustScale
mir
stat
transform
robustScale
auto
robustScale
(Slice!(Iterator, N, kind) slice, double low_quartile)
template
robustScale
(QuantileAlgo quantileAlgo = QuantileAlgo.type7, bool allowModifySlice = false)
@
fmamath
auto
robustScale
(
Iterator
size_t
N
SliceKind
kind
)
(
Slice
!(
Iterator
,
N
,
kind
)
slice
,
double
low_quartile
= 0.25
)
auto
robustScale
(SliceLike x, double low_quartile)
template
robustScale
(F, QuantileAlgo quantileAlgo = QuantileAlgo.type7, bool allowModifySlice = false)
template
robustScale
(F, string quantileAlgo, bool allowModifySlice = false)
template
robustScale
(string quantileAlgo, bool allowModifySlice = false)
template
robustScale
(bool allowModifySlice)
Parameters
slice
Slice
!(
Iterator
,
N
,
kind
)
slice
low_quartile
double
lower end of quartile range
Meta
Source
See Implementation
mir
stat
transform
robustScale
functions
robustScale