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

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

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

Methods in org.apache.commons.math3.stat.descriptive.summary that return Sum
 Sum Sum.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 Sum
static void Sum.copy(Sum source, Sum dest)
          Copies source to dest.
 

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



Copyright © 2017 CNES. All Rights Reserved.