-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ODF 1.2 Part 2 CD 1
-
Component/s: OpenFormula
-
Labels:None
-
Resolution:
== 6.17.79 TRIMMEAN ==
The limits in the definition formula are wrong. Either count the data
from 0, then sum from i=cutOff to nâˆ'1âˆ'cutOff; or count the data from 1,
then sum from i=cutOff+1 to nâˆ'cutOff.