Package | Description |
---|---|
org.apache.commons.math3.stat |
Data storage, manipulation and summary routines.
|
Modifier and Type | Method and Description |
---|---|
void |
Frequency.merge(Frequency other)
Merge another Frequency object's counts into this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Frequency.merge(Collection<Frequency> others)
Merge a
Collection of Frequency objects into this instance. |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.