Uses of Class
org.apache.commons.statistics.descriptive.IntSumOfSquares
Packages that use IntSumOfSquares
Package
Description
Implementations of univariate statistics.
-
Uses of IntSumOfSquares in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type IntSumOfSquaresModifier and TypeClassDescriptionfinal classReturns the sum of the squares of the available values.Fields in org.apache.commons.statistics.descriptive declared as IntSumOfSquaresModifier and TypeFieldDescriptionprivate final IntSumOfSquaresIntStatistics.sumOfSquaresTheIntSumOfSquaresimplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type IntSumOfSquaresModifier and TypeFieldDescriptionprivate Function<int[], IntSumOfSquares> IntStatistics.Builder.sumOfSquaresTheIntSumOfSquaresconstructor.Methods in org.apache.commons.statistics.descriptive that return IntSumOfSquaresModifier and TypeMethodDescriptionIntSumOfSquares.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 IntSumOfSquaresConstructors in org.apache.commons.statistics.descriptive with parameters of type IntSumOfSquaresModifierConstructorDescription(package private)IntStatistics(long count, IntMin min, IntMax max, FirstMoment moment, IntSum sum, Product product, IntSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.