Opened 17 years ago
Closed 17 years ago
#648 closed enhancement (fixed)
Average method for formulas and extra values
Reported by: | Johan Enell | Owned by: | Johan Enell |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.4 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
A user should be able to specify which average method to use. When you define a formula calculating a ratio (i.e. ch(1)/ch(2) ) you would probably want an geometric mean instead of the standard arithmetic mean.
Change History (6)
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 17 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Add @since to javadoc for new methods.
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:5 by , 17 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The update sets the average method to geometric mean for all formulas which is inconsistent with old code since it was only possible to use arithmetic mean before. Change the update to set arithmetic mean as the default.
Note:
See TracTickets
for help on using tickets.
(In [3528]) AverageMethod added
Fixes #648