Uses of Class
org.apache.commons.math.stat.descriptive.moment.Mean

Packages that use Mean
org.apache.commons.math.stat.descriptive Generic univariate summary statistic objects. 
org.apache.commons.math.stat.descriptive.moment Summary statistics based on moments. 
 

Uses of Mean in org.apache.commons.math.stat.descriptive
 

Fields in org.apache.commons.math.stat.descriptive declared as Mean
protected  Mean SummaryStatistics.mean
          mean of values that have been added
 

Uses of Mean in org.apache.commons.math.stat.descriptive.moment
 

Fields in org.apache.commons.math.stat.descriptive.moment declared as Mean
private  Mean[] VectorialMean.means
          Means for each component.