Uses of Class
org.hipparchus.stat.descriptive.DescriptiveStatistics
Packages that use DescriptiveStatistics
Package
Description
Generic univariate and multivariate summary statistic objects.
- 
Uses of DescriptiveStatistics in org.hipparchus.stat.descriptive
Methods in org.hipparchus.stat.descriptive that return DescriptiveStatisticsModifier and TypeMethodDescriptionDescriptiveStatistics.copy()Returns a copy of this DescriptiveStatistics instance with the same internal state.Constructors in org.hipparchus.stat.descriptive with parameters of type DescriptiveStatisticsModifierConstructorDescriptionprotectedDescriptiveStatistics(DescriptiveStatistics original) Copy constructor.