Uses of Class
org.apache.commons.statistics.descriptive.SumOfSquares
Packages that use SumOfSquares
Package
Description
Implementations of univariate statistics.
-
Uses of SumOfSquares in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as SumOfSquaresModifier and TypeFieldDescriptionprivate final SumOfSquares
DoubleStatistics.sumOfSquares
TheSumOfSquares
implementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type SumOfSquaresModifier and TypeFieldDescriptionprivate Function
<double[], SumOfSquares> DoubleStatistics.Builder.sumOfSquares
TheSumOfSquares
constructor.Methods in org.apache.commons.statistics.descriptive that return SumOfSquaresModifier and TypeMethodDescriptionSumOfSquares.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 SumOfSquaresConstructors in org.apache.commons.statistics.descriptive with parameters of type SumOfSquaresModifierConstructorDescription(package private)
DoubleStatistics
(long count, Min min, Max max, FirstMoment moment, Sum sum, Product product, SumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.