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=10,na.rm=TRUE)

Arguments

x

vetor or matrix

p

default=10; 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


DataVisualizations documentation built on April 3, 2025, 8:24 p.m.