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
Fields in org.apache.commons.statistics.descriptive declared as LongSumOfSquares Modifier and Type Field Description private LongSumOfSquares
LongStatistics. sumOfSquares
TheLongSumOfSquares
implementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type LongSumOfSquares Modifier and Type Field Description private java.util.function.Function<long[],LongSumOfSquares>
LongStatistics.Builder. sumOfSquares
TheLongSumOfSquares
constructor.Methods in org.apache.commons.statistics.descriptive that return LongSumOfSquares Modifier and Type Method Description LongSumOfSquares
LongSumOfSquares. 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 LongSumOfSquares Modifier and Type Method Description LongSumOfSquares
LongSumOfSquares. combine(LongSumOfSquares other)
Constructors in org.apache.commons.statistics.descriptive with parameters of type LongSumOfSquares Constructor Description LongStatistics(long count, LongMin min, LongMax max, FirstMoment moment, LongSum sum, Product product, LongSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config)
Create an instance.
-