Uses of Class
org.hipparchus.stat.Frequency
-
Packages that use Frequency Package Description org.hipparchus.stat Data storage, manipulation and summary routines. -
-
Uses of Frequency in org.hipparchus.stat
Subclasses of Frequency in org.hipparchus.stat Modifier and Type Class Description class
LongFrequency
Maintains a frequency distribution of Long values.Methods in org.hipparchus.stat with parameters of type Frequency Modifier and Type Method Description void
Frequency. merge(Frequency<? extends T> other)
Merge another Frequency object's counts into this instance.Method parameters in org.hipparchus.stat with type arguments of type Frequency Modifier and Type Method Description void
Frequency. merge(Collection<? extends Frequency<? extends T>> others)
Merge aCollection
ofFrequency
objects into this instance.
-