Uses of Class
org.apache.commons.statistics.descriptive.IntSumOfSquares
Packages that use IntSumOfSquares
Package
Description
Implementations of univariate statistics.
-
Uses of IntSumOfSquares in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return IntSumOfSquaresModifier and TypeMethodDescriptionIntSumOfSquares.combine(IntSumOfSquares other) static IntSumOfSquaresIntSumOfSquares.create()Creates an instance.static IntSumOfSquaresIntSumOfSquares.of(int... values) Returns an instance populated using the inputvalues.static IntSumOfSquaresIntSumOfSquares.ofRange(int[] 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 IntSumOfSquares