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 TypeMethodDescriptionvoid
Merge another Frequency object's counts into this instance.Method parameters in org.apache.commons.math3.stat with type arguments of type FrequencyModifier and TypeMethodDescriptionvoid
Frequency.merge
(Collection<Frequency> others) Merge aCollection
ofFrequency
objects into this instance.