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