Uses of Class
org.hipparchus.stat.descriptive.summary.SumOfLogs
-
Packages that use SumOfLogs Package Description org.hipparchus.stat.descriptive.moment Summary statistics based on moments.org.hipparchus.stat.descriptive.summary Other summary statistics. -
-
Uses of SumOfLogs in org.hipparchus.stat.descriptive.moment
Constructors in org.hipparchus.stat.descriptive.moment with parameters of type SumOfLogs Constructor Description GeometricMean(SumOfLogs sumOfLogs)
Create a GeometricMean instance using the given SumOfLogs instance. -
Uses of SumOfLogs in org.hipparchus.stat.descriptive.summary
Methods in org.hipparchus.stat.descriptive.summary that return SumOfLogs Modifier and Type Method Description SumOfLogs
SumOfLogs. copy()
Returns a copy of the statistic with the same internal state.Methods in org.hipparchus.stat.descriptive.summary with parameters of type SumOfLogs Modifier and Type Method Description void
SumOfLogs. aggregate(SumOfLogs other)
Aggregates the provided instance into this instance.Constructors in org.hipparchus.stat.descriptive.summary with parameters of type SumOfLogs Constructor Description SumOfLogs(SumOfLogs original)
Copy constructor, creates a newSumOfLogs
identical to theoriginal
.
-