Uses of Class
org.hipparchus.stat.descriptive.summary.SumOfSquares
Packages that use SumOfSquares
-
Uses of SumOfSquares in org.hipparchus.stat.descriptive.summary
Methods in org.hipparchus.stat.descriptive.summary that return SumOfSquaresModifier and TypeMethodDescriptionSumOfSquares.copy()Returns a copy of the statistic with the same internal state.Methods in org.hipparchus.stat.descriptive.summary with parameters of type SumOfSquaresModifier and TypeMethodDescriptionvoidSumOfSquares.aggregate(SumOfSquares other) Aggregates the provided instance into this instance.Constructors in org.hipparchus.stat.descriptive.summary with parameters of type SumOfSquaresModifierConstructorDescriptionSumOfSquares(SumOfSquares original) Copy constructor, creates a newSumOfSquaresidentical to theoriginal.