Uses of Class
org.apache.commons.statistics.descriptive.IntSumOfSquares
-
Packages that use IntSumOfSquares Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of IntSumOfSquares in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return IntSumOfSquares Modifier and Type Method Description IntSumOfSquares
IntSumOfSquares. combine(IntSumOfSquares other)
static IntSumOfSquares
IntSumOfSquares. create()
Creates an instance.static IntSumOfSquares
IntSumOfSquares. of(int... values)
Returns an instance populated using the inputvalues
.Methods in org.apache.commons.statistics.descriptive with parameters of type IntSumOfSquares Modifier and Type Method Description IntSumOfSquares
IntSumOfSquares. combine(IntSumOfSquares other)
-