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 TypeClassDescriptionclassMaintains a frequency distribution of Long values.Methods in org.hipparchus.stat with parameters of type FrequencyModifier and TypeMethodDescriptionvoidMerge another Frequency object's counts into this instance.Method parameters in org.hipparchus.stat with type arguments of type FrequencyModifier and TypeMethodDescriptionvoidFrequency.merge(Collection<? extends Frequency<? extends T>> others) Merge aCollectionofFrequencyobjects into this instance.