Uses of Class
org.apache.commons.math4.stat.Frequency
| Package | Description |
|---|---|
| org.apache.commons.math4.stat |
Data storage, manipulation and summary routines.
|
-
Uses of Frequency in org.apache.commons.math4.stat
Methods in org.apache.commons.math4.stat with parameters of type Frequency Modifier and Type Method Description voidFrequency. merge(Frequency<T> other)Merge another Frequency object's counts into this instance.