Uses of Class
org.apache.commons.math3.stat.descriptive.summary.SumOfSquares

Packages that use SumOfSquares
org.apache.commons.math3.stat.descriptive.summary Other summary statistics. 
 

Uses of SumOfSquares in org.apache.commons.math3.stat.descriptive.summary
 

Methods in org.apache.commons.math3.stat.descriptive.summary that return SumOfSquares
 SumOfSquares SumOfSquares.copy()
          Returns a copy of the statistic with the same internal state.
 

Methods in org.apache.commons.math3.stat.descriptive.summary with parameters of type SumOfSquares
static void SumOfSquares.copy(SumOfSquares source, SumOfSquares dest)
          Copies source to dest.
 

Constructors in org.apache.commons.math3.stat.descriptive.summary with parameters of type SumOfSquares
SumOfSquares(SumOfSquares original)
          Copy constructor, creates a new SumOfSquares identical to the original
 



Copyright © 2016 CNES. All Rights Reserved.