Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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...
Attachments
Attachments
Issue Links
- is part of
-
MATH-473 Frequency: new option: NON-sorted
- Resolved