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 LongSumOfSquaresLongSumOfSquares. combine(LongSumOfSquares other)static LongSumOfSquaresLongSumOfSquares. create()Creates an instance.static LongSumOfSquaresLongSumOfSquares. of(long... values)Returns an instance populated using the inputvalues.static LongSumOfSquaresLongSumOfSquares. ofRange(long[] 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 LongSumOfSquares Modifier and Type Method Description LongSumOfSquaresLongSumOfSquares. combine(LongSumOfSquares other)
-