Trimmed Mean Calculator: Robust Data Analysis by Removing Outliers

Calculate Your Trimmed Mean

Separate numbers with commas. Decimals are allowed.
Enter the percentage of data points to trim from each end (e.g., 10 for 10%). Maximum 49%.

Use our free Trimmed Mean Calculator to quickly find a more representative average of your data. By removing a specified percentage of observations from the upper and lower tails, this tool helps you mitigate the influence of extreme values (outliers), providing a robust statistical measure for your datasets.

Formula:

The trimmed mean (x̄t) is calculated by first sorting the dataset, then removing a specified number (k) of observations from both the lower and upper ends, and finally computing the arithmetic mean of the remaining data points.

Formula Steps:

  • First, sort the data in ascending order: x(1), x(2), ..., x(n)
  • Identify k, the number of observations to trim from each end, based on your chosen trim percentage.
  • The trimmed mean is the average of the remaining (n - 2k) observations:

t = (1 / (n - 2k)) * Σi=k+1n-k x(i)

Where:

  • t = The Trimmed Mean
  • n = Total number of observations in the dataset
  • k = Number of observations trimmed from each end
  • x(i) = The i-th observation in the sorted dataset

Statistics and Tools

1/4 Mile ET : Estimate Your Quarter Mile Elapsed Time

Go to Calculator

1x1 Matrix Multiplication

Go to Calculator

3D Distance : Find Distance Between Two Points in 3D Space

Go to Calculator

5x5 Matrix Multiplication

Go to Calculator

65th Percentile : Find the 65th Percentile Online

Go to Calculator

75th Percentile : Quickly Find Q3 for Your Dataset

Go to Calculator