Uses of Class
org.hipparchus.stat.Frequency
-
Uses of Frequency in org.hipparchus.stat
Modifier and TypeClassDescriptionclass
Maintains a frequency distribution of Long values.Modifier and TypeMethodDescriptionvoid
Merge another Frequency object's counts into this instance.Modifier and TypeMethodDescriptionvoid
Frequency.merge
(Collection<? extends Frequency<? extends T>> others) Merge aCollection
ofFrequency
objects into this instance.