Uses of Class
org.hipparchus.stat.descriptive.summary.SumOfSquares
-
Packages that use SumOfSquares Package Description org.hipparchus.stat.descriptive.summary Other summary statistics. -
-
Uses of SumOfSquares in org.hipparchus.stat.descriptive.summary
Methods in org.hipparchus.stat.descriptive.summary that return SumOfSquares Modifier and Type Method Description SumOfSquares
SumOfSquares. copy()
Returns a copy of the statistic with the same internal state.Methods in org.hipparchus.stat.descriptive.summary with parameters of type SumOfSquares Modifier and Type Method Description void
SumOfSquares. aggregate(SumOfSquares other)
Aggregates the provided instance into this instance.Constructors in org.hipparchus.stat.descriptive.summary with parameters of type SumOfSquares Constructor Description SumOfSquares(SumOfSquares original)
Copy constructor, creates a newSumOfSquares
identical to theoriginal
.
-