Uses of Class
org.apache.commons.statistics.descriptive.SumOfSquares
-
Packages that use SumOfSquares Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of SumOfSquares in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as SumOfSquares Modifier and Type Field Description private SumOfSquaresDoubleStatistics. sumOfSquaresTheSumOfSquaresimplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type SumOfSquares Modifier and Type Field Description private java.util.function.Function<double[],SumOfSquares>DoubleStatistics.Builder. sumOfSquaresTheSumOfSquaresconstructor.Methods in org.apache.commons.statistics.descriptive that return SumOfSquares Modifier and Type Method Description SumOfSquaresSumOfSquares. combine(SumOfSquares other)static SumOfSquaresSumOfSquares. create()Creates an instance.static SumOfSquaresSumOfSquares. of(double... values)Returns an instance populated using the inputvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type SumOfSquares Modifier and Type Method Description SumOfSquaresSumOfSquares. combine(SumOfSquares other)Constructors in org.apache.commons.statistics.descriptive with parameters of type SumOfSquares Constructor Description DoubleStatistics(long count, Min min, Max max, FirstMoment moment, Sum sum, Product product, SumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config)Create an instance.
-