Uses of Class
org.apache.commons.math4.legacy.stat.Frequency
-
Packages that use Frequency Package Description org.apache.commons.math4.legacy.stat Data storage, manipulation and summary routines. -
-
Uses of Frequency in org.apache.commons.math4.legacy.stat
Methods in org.apache.commons.math4.legacy.stat with parameters of type Frequency Modifier and Type Method Description void
Frequency. merge(Frequency<T> other)
Merge another Frequency object's counts into this instance.Method parameters in org.apache.commons.math4.legacy.stat with type arguments of type Frequency Modifier and Type Method Description void
Frequency. merge(Collection<Frequency<T>> others)
Merge aCollection
ofFrequency
objects into this instance.
-