trimmedstd
Calculate standard deviation without highest and lowest trimFraction of data
Contents
Syntax
y = trimmedstd(x,trimFraction)
Description
The result is scaled so that trimmedstd and std produce approximately the same answer for a normal population. If x is a matrix, it is processed columnwise The default trimFraction is 0.1
See also
trimmedmean