quantile_outliersLearn {OutliersLearn} | R Documentation |
quantile_outliersLearn
Description
Function that obtains the 'v' quantile
Usage
quantile_outliersLearn(data, v)
Arguments
data |
Input Data |
v |
Goes from 0 to 1 (e.g. 0.25). Indicates the quantile that wants to be obtained |
Value
Quantile v calculated
Author(s)
Andres Missiego Manjon
Examples
q = quantile_outliersLearn(c(12,2,3,4,1,13), 0.60)
[Package OutliersLearn version 1.0.0 Index]