meanrobust: Robust Empirical Mean Estimation

View source: R/meanrobust.R

MeanrobustR Documentation

Robust Empirical Mean Estimation

Description

If the input is a matrix the mean value will be compute for every column.

Usage

Meanrobust(x, p=0.1,na.rm=TRUE)

Arguments

x

vetor or matrix

p

default=0.1; percent of the top- and bottomcut from x

na.rm

a boolean evaluating to TRUE or FALSE indicating whether all non finite values should be stripped before the computation proceeds.

Author(s)

Zornitsa Manolova

See Also

mean


Mthrun/DataVisualizations documentation built on Jan. 16, 2024, 1:01 a.m.