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