Mathematica > Data Manipulation > Statistical Data Analysis > Descriptive Statistics > TrimmedMean >
Mathematica > Mathematics and Algorithms > Statistical Data Analysis > Descriptive Statistics > TrimmedMean >

TrimmedMean

TrimmedMean
gives the mean of the elements in list after dropping a fraction f of the smallest and largest elements.
TrimmedMean
gives the mean when a fraction of the smallest elements and a fraction of the largest elements are removed.
TrimmedMean[list]
gives the 5% trimmed mean TrimmedMean.
  • TrimmedMean gives a robust estimate of the mean by excluding extreme values.
Give the trimmed mean after removing extreme values:
Give the trimmed mean after removing the smallest extreme values:
Give the trimmed mean after removing extreme values:
In[1]:=
Click for copyable input
Out[1]=
 
Give the trimmed mean after removing the smallest extreme values:
In[1]:=
Click for copyable input
Out[1]=
TrimmedMean works with any real numeric quantities:
TrimmedMean finds trimmed means of elements in each column:
Obtain results at any precision:
Compute results for a large vector or matrix:
Obtain a robust estimate of location when outliers are present:
Extreme values have a large influence on the Mean:
A 0% TrimmedMean is equivalent to Mean:
TrimmedMean approaches Median as f approaches 1/2:
TrimmedMean requires numeric values:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF