Stdrobust: Standard Deviation Robust
Description
Robust empirical estimation for standard deviation.NaNs are ignored.
Usage
Stdrobust(x, lowInnerPercentile=25,na.rm=TRUE)
Value
- out
a vector with the calculated standard deviation for the column
Arguments
- x
a numerical matrix
- lowInnerPercentile
optional; default=25; standard deviation aproximated by percentilinterval.
- na.rm
a boolean evaluating to TRUE or FALSE indicating whether all non finite values should be stripped before the computation proceeds.