Meanrobust: 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.