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 Johan Enell, 17 years ago

Owner: changed from everyone to Johan Enell
Status: newassigned

comment:2 by Johan Enell, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3528]) AverageMethod added

Fixes #648

comment:3 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: closedreopened

Add @since to javadoc for new methods.

comment:4 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: reopenedclosed

(In [3556]) Fixes #648 and #650

comment:5 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: closedreopened

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 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: reopenedclosed

(In [3557]) Fixes #648

Note: See TracTickets for help on using tickets.