Uses of Class
org.hipparchus.stat.Frequency
Packages that use Frequency
-
Uses of Frequency in org.hipparchus.stat
Subclasses of Frequency in org.hipparchus.statModifier and TypeClassDescriptionclass
Maintains a frequency distribution of Long values.Methods in org.hipparchus.stat with parameters of type FrequencyModifier and TypeMethodDescriptionvoid
Merge another Frequency object's counts into this instance.Method parameters in org.hipparchus.stat with type arguments of type FrequencyModifier and TypeMethodDescriptionvoid
Frequency.merge
(Collection<? extends Frequency<? extends T>> others) Merge aCollection
ofFrequency
objects into this instance.