Opened 16 years ago
Closed 16 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 Changed 16 years ago by
Owner: | changed from everyone to Johan Enell |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Add @since to javadoc for new methods.
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:5 Changed 16 years ago by
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.
comment:6 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [3528]) AverageMethod? added
Fixes #648