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