Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Multivariate Statistics Package >

MultivariateTrimmedMean


gives the mean of the bivariate data matrix after dropping a fraction f of the outermost vectors.
  • gives a robust estimate of the mean by excluding extreme values.
  • The outlying vectors are removed by repeatedly peeling off layers of convex hulls from the data until at least a fraction f have been removed.
  • interpolates between the means of the points remaining before and after the last layer is removed.
  • is equivalent to Mean[matrix].
Multivariate trimmed mean of bivariate data:
Needs["MultivariateStatistics`"]
Multivariate trimmed mean of bivariate data:
In[2]:=
Click for copyable input
Out[2]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF