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
Fields in org.apache.commons.statistics.descriptive declared as IntSumOfSquares Modifier and Type Field Description private IntSumOfSquaresIntStatistics. sumOfSquaresTheIntSumOfSquaresimplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type IntSumOfSquares Modifier and Type Field Description private java.util.function.Function<int[],IntSumOfSquares>IntStatistics.Builder. sumOfSquaresTheIntSumOfSquaresconstructor.Methods in org.apache.commons.statistics.descriptive that return IntSumOfSquares Modifier and Type Method Description IntSumOfSquaresIntSumOfSquares. combine(IntSumOfSquares other)static IntSumOfSquaresIntSumOfSquares. create()Creates an instance.static IntSumOfSquaresIntSumOfSquares. 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 IntSumOfSquaresIntSumOfSquares. combine(IntSumOfSquares other)Constructors in org.apache.commons.statistics.descriptive with parameters of type IntSumOfSquares Constructor Description IntStatistics(long count, IntMin min, IntMax max, FirstMoment moment, IntSum sum, Product product, IntSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config)Create an instance.
-