Uses of Class
org.apache.commons.math.stat.descriptive.rank.Min

Packages that use Min
org.apache.commons.math.stat.descriptive Generic univariate summary statistic objects. 
org.apache.commons.math.stat.descriptive.rank Summary statistics based on ranks. 
 

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

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

Uses of Min in org.apache.commons.math.stat.descriptive.rank
 

Methods in org.apache.commons.math.stat.descriptive.rank that return Min
 Min Min.copy()
          Returns a copy of the statistic with the same internal state.
 

Methods in org.apache.commons.math.stat.descriptive.rank with parameters of type Min
static void Min.copy(Min source, Min dest)
          Copies source to dest.
 

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



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.