Uses of Class
org.apache.commons.statistics.descriptive.SumOfSquares
Packages that use SumOfSquares
Package
Description
Implementations of univariate statistics.
-
Uses of SumOfSquares in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return SumOfSquaresModifier and TypeMethodDescriptionSumOfSquares.combine(SumOfSquares other) static SumOfSquaresSumOfSquares.create()Creates an instance.static SumOfSquaresSumOfSquares.of(double... values) Returns an instance populated using the inputvalues.static SumOfSquaresSumOfSquares.ofRange(double[] values, int from, int to) Returns an instance populated using the specified range ofvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type SumOfSquares