powered by
Function that obtains the 'v' quantile
quantile_outliersLearn(data, v)
Quantile v calculated
Input Data
Goes from 0 to 1 (e.g. 0.25). Indicates the quantile that wants to be obtained
Andres Missiego Manjon
q = quantile_outliersLearn(c(12,2,3,4,1,13), 0.60)
Run the code above in your browser using DataLab