- Picture and text skills
- Case
Returns the internal average of the data set. The function TRIMMEAN removes a percentage of data points from the head and tail of a data set before averaging.
Use this function when you want to exclude calculations on a portion of the data from your analysis.
Syntax
TRIMMEAN(array,percent)
array is an array or numerical range that needs to be sorted and averaged.
percent is the data point to be removed during calculation proportion, for example, if percentage = 0.3, in a set of 20 data points, 6 will be removed
Data points (20 x 0.3): 3 removed from the head and 3 removed from the tail.
strong>
Description
• If percent < 0 or percent > 1, function TRIMMEAN returns the #NUM! error value.
• Number of data points to be removed by function TRIMMEAN Round down to the nearest multiple of 2. If percent = 0.1, 10% of 30 data points
Equals 3 data points. The function TRIMMEAN will symmetrically remove one item from the head and one item from the tail of the data set.
Articles are uploaded by users and are for non-commercial browsing only. Posted by: Lomu, please indicate the source: https://www.daogebangong.com/en/articles/detail/TRIMMEAN-han-shu-qiu-ping-jun-zhi.html
评论列表(196条)
测试