Uses of Class
org.apache.commons.statistics.descriptive.LongSumOfSquares
Packages that use LongSumOfSquares
Package
Description
Implementations of univariate statistics.
-
Uses of LongSumOfSquares in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as LongSumOfSquaresModifier and TypeFieldDescriptionprivate final LongSumOfSquares
LongStatistics.sumOfSquares
TheLongSumOfSquares
implementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type LongSumOfSquaresModifier and TypeFieldDescriptionprivate Function
<long[], LongSumOfSquares> LongStatistics.Builder.sumOfSquares
TheLongSumOfSquares
constructor.Methods in org.apache.commons.statistics.descriptive that return LongSumOfSquaresModifier and TypeMethodDescriptionLongSumOfSquares.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 LongSumOfSquaresConstructors in org.apache.commons.statistics.descriptive with parameters of type LongSumOfSquaresModifierConstructorDescription(package private)
LongStatistics
(long count, LongMin min, LongMax max, FirstMoment moment, LongSum sum, Product product, LongSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.