mean_outliersLearn {OutliersLearn} | R Documentation |
mean_outliersLearn
Description
Calculates the mean of the given data vector
Usage
mean_outliersLearn(data)
Arguments
data |
Input Data that will be processed to calculate the mean. It must be a vector |
Value
Mean of the input data
Author(s)
Andres Missiego Manjon
Examples
mean = mean_outliersLearn(c(2,3,2.3,7.8));
[Package OutliersLearn version 1.0.0 Index]