Uses of Class
org.hipparchus.stat.descriptive.moment.Mean
-
Packages that use Mean Package Description org.hipparchus.stat.descriptive.moment Summary statistics based on moments. -
-
Uses of Mean in org.hipparchus.stat.descriptive.moment
Methods in org.hipparchus.stat.descriptive.moment that return Mean Modifier and Type Method Description MeanMean. copy()Returns a copy of the statistic with the same internal state.Methods in org.hipparchus.stat.descriptive.moment with parameters of type Mean Modifier and Type Method Description voidMean. aggregate(Mean other)Aggregates the provided instance into this instance.Constructors in org.hipparchus.stat.descriptive.moment with parameters of type Mean Constructor Description Mean(Mean original)Copy constructor, creates a newMeanidentical to theoriginal.
-