controls type of output
algorithm for calculating quantile (default: QuantileAlgo.type7)
controls whether the input is modified in place, default is false
The robust scaled input
scale, $(SUB2REF univariate, median), $(SUB2REF univariate, quantile), $(SUB2REF univariate, interquartileRange)
Scales input using robust statistics.
This function centers the input using the median and then scales the data according to the quantile range defined by (low_quartile, 1 - low_quartile). By default, it uses the interquartile range, whereby low_quartile equals 0.25.