Uses of Class
org.apache.commons.math3.stat.Frequency
Packages that use Frequency
-
Uses of Frequency in org.apache.commons.math3.stat
Methods in org.apache.commons.math3.stat with parameters of type FrequencyModifier and TypeMethodDescriptionvoidMerge another Frequency object's counts into this instance.Method parameters in org.apache.commons.math3.stat with type arguments of type FrequencyModifier and TypeMethodDescriptionvoidFrequency.merge(Collection<Frequency> others) Merge aCollectionofFrequencyobjects into this instance.