meanrobust: Robust Empirical Mean Estimation

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


Mthrun/DataVisualizations documentation built on Feb. 21, 2025, 1:36 a.m.