Uses of Class
org.apache.commons.math3.stat.descriptive.summary.SumOfSquares
Packages that use SumOfSquares
Package
Description
Generic univariate summary statistic objects.
Other summary statistics.
-
Uses of SumOfSquares in org.apache.commons.math3.stat.descriptive
Fields in org.apache.commons.math3.stat.descriptive declared as SumOfSquaresModifier and TypeFieldDescriptionprivate SumOfSquares
SummaryStatistics.sumsq
sum of the square of each value that has been added -
Uses of SumOfSquares in org.apache.commons.math3.stat.descriptive.summary
Methods in org.apache.commons.math3.stat.descriptive.summary that return SumOfSquaresModifier and TypeMethodDescriptionSumOfSquares.copy()
Returns a copy of the statistic with the same internal state.Methods in org.apache.commons.math3.stat.descriptive.summary with parameters of type SumOfSquaresModifier and TypeMethodDescriptionstatic void
SumOfSquares.copy
(SumOfSquares source, SumOfSquares dest) Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.summary with parameters of type SumOfSquaresModifierConstructorDescriptionSumOfSquares
(SumOfSquares original) Copy constructor, creates a newSumOfSquares
identical to theoriginal