Standard Deviation Robust
Robust empirical estimation for standard deviation.NaNs are ignored.
Stdrobust(x, lowInnerPercentile=25,na.rm=TRUE)
x
: a numerical matrixlowInnerPercentile
: 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.Zornitsa Manolova
sd
quantile