You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Phil Steitz (JIRA)" <ji...@apache.org> on 2011/01/13 18:29:46 UTC

[jira] Updated: (MATH-474) Frequency: new method: merge(Frequency)

     [ https://issues.apache.org/jira/browse/MATH-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phil Steitz updated MATH-474:
-----------------------------

    Fix Version/s: 3.0

+1 for this enhancement.  Thanks in advance for the patch.  Make sure to document the fact that the freqs being merged need to contain only mutually comparable values.  If and when we address MATH-474, that requirement will only apply to merging "full" Frequency instances.

> Frequency: new method: merge(Frequency)
> ---------------------------------------
>
>                 Key: MATH-474
>                 URL: https://issues.apache.org/jira/browse/MATH-474
>             Project: Commons Math
>          Issue Type: Improvement
>            Reporter: Dan Checkoway
>             Fix For: 3.0
>
>
> I'd like to propose an enhancement to org.apache.commons.math.stat.Frequency.  I need to "merge" multiple Frequency objects, and it would be great if Frequency had inherent support for this, such as:
> public void merge(Frequency other);
> public void merge(Collection<Frequency> others);
> I'd be happy to submit a patch if that would help...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.