mean_outliersLearn: mean_outliersLearn

View source: R/mean_outliersLearn.R

mean_outliersLearnR 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));


OutliersLearn documentation built on June 22, 2024, 10:23 a.m.