|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
TrimmedMean |
| TrimmedMean[list, f] gives the mean of the elements in list after dropping a fraction f of the smallest and largest elements. |
| TrimmedMean[list, {f1, f2}] gives the mean when a fraction f1 of the smallest elements and a fraction f2 of the largest elements are removed. |
| TrimmedMean[list] gives the 5% trimmed mean TrimmedMean[list, 0.05]. |
| © 2013 Wolfram Research, Inc. |