Dear All,
I would like to compute average removing top & bottom 10% of the data points.
Following is the sample data set across A1:A10.
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, align: right"]10[/TD]
[/TR]
[TR]
[TD="align: right"]18[/TD]
[/TR]
[TR]
[TD="align: right"]37[/TD]
[/TR]
[TR]
[TD="align: right"]9[/TD]
[/TR]
[TR]
[TD="align: right"]58[/TD]
[/TR]
[TR]
[TD="align: right"]6[/TD]
[/TR]
[TR]
[TD="align: right"]65[/TD]
[/TR]
[TR]
[TD="align: right"]100[/TD]
[/TR]
[TR]
[TD="align: right"]46[/TD]
[/TR]
[TR]
[TD="align: right"]58[/TD]
[/TR]
</tbody>[/TABLE]
Average of the data set is 40.7 and the trimmean is also yielding the same result.
Could some body tell me the issue here.
I would like to compute average removing top & bottom 10% of the data points.
Following is the sample data set across A1:A10.
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, align: right"]10[/TD]
[/TR]
[TR]
[TD="align: right"]18[/TD]
[/TR]
[TR]
[TD="align: right"]37[/TD]
[/TR]
[TR]
[TD="align: right"]9[/TD]
[/TR]
[TR]
[TD="align: right"]58[/TD]
[/TR]
[TR]
[TD="align: right"]6[/TD]
[/TR]
[TR]
[TD="align: right"]65[/TD]
[/TR]
[TR]
[TD="align: right"]100[/TD]
[/TR]
[TR]
[TD="align: right"]46[/TD]
[/TR]
[TR]
[TD="align: right"]58[/TD]
[/TR]
</tbody>[/TABLE]
Average of the data set is 40.7 and the trimmean is also yielding the same result.
Could some body tell me the issue here.