Uses of Class
org.apache.commons.math3.stat.descriptive.DescriptiveStatistics
Packages that use DescriptiveStatistics
Package
Description
Generic univariate summary statistic objects.
-
Uses of DescriptiveStatistics in org.apache.commons.math3.stat.descriptive
Subclasses of DescriptiveStatistics in org.apache.commons.math3.stat.descriptiveModifier and TypeClassDescriptionclass
Implementation ofDescriptiveStatistics
that is safe to use in a multithreaded environment.Methods in org.apache.commons.math3.stat.descriptive that return DescriptiveStatisticsModifier and TypeMethodDescriptionDescriptiveStatistics.copy()
Returns a copy of this DescriptiveStatistics instance with the same internal state.Methods in org.apache.commons.math3.stat.descriptive with parameters of type DescriptiveStatisticsModifier and TypeMethodDescriptionstatic void
DescriptiveStatistics.copy
(DescriptiveStatistics source, DescriptiveStatistics dest) Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive with parameters of type DescriptiveStatisticsModifierConstructorDescriptionDescriptiveStatistics
(DescriptiveStatistics original) Copy constructor.