Uses of Class
org.hipparchus.stat.descriptive.summary.SumOfSquares
-
Uses of SumOfSquares in org.hipparchus.stat.descriptive.summary
Modifier and TypeMethodDescriptionSumOfSquares.copy()
Returns a copy of the statistic with the same internal state.Modifier and TypeMethodDescriptionvoid
SumOfSquares.aggregate
(SumOfSquares other) Aggregates the provided instance into this instance.ModifierConstructorDescriptionSumOfSquares
(SumOfSquares original) Copy constructor, creates a newSumOfSquares
identical to theoriginal
.