powered by
Calculates the mean of the given data vector
mean_outliersLearn(data)
Mean of the input data
Input Data that will be processed to calculate the mean. It must be a vector
Andres Missiego Manjon
mean = mean_outliersLearn(c(2,3,2.3,7.8));
Run the code above in your browser using DataLab