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 LongSumOfSquaresLongStatistics. sumOfSquaresTheLongSumOfSquaresimplementation.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. sumOfSquaresTheLongSumOfSquaresconstructor.Methods in org.apache.commons.statistics.descriptive that return LongSumOfSquares Modifier and Type Method Description LongSumOfSquaresLongSumOfSquares. combine(LongSumOfSquares other)static LongSumOfSquaresLongSumOfSquares. create()Creates an instance.static LongSumOfSquaresLongSumOfSquares. 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 LongSumOfSquaresLongSumOfSquares. 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.
-