Uses of Package
org.apache.commons.math.stat.descriptive

Packages that use org.apache.commons.math.stat.descriptive
org.apache.commons.math.random Random number and random data generators. 
org.apache.commons.math.stat Data storage, manipulation and summary routines. 
org.apache.commons.math.stat.descriptive Generic univariate summary statistic objects. 
org.apache.commons.math.stat.descriptive.moment Summary statistics based on moments. 
org.apache.commons.math.stat.descriptive.rank Summary statistics based on ranks. 
org.apache.commons.math.stat.descriptive.summary Other summary statistics. 
org.apache.commons.math.stat.inference Classes providing hypothesis testing and confidence interval construction. 
 

Classes in org.apache.commons.math.stat.descriptive used by org.apache.commons.math.random
StatisticalSummary
          Reporting interface for basic univariate statistics.
SummaryStatistics
          Abstract factory class for univariate statistical summaries.
 

Classes in org.apache.commons.math.stat.descriptive used by org.apache.commons.math.stat
UnivariateStatistic
          Base evaluation interface implemented by all statistics.
 

Classes in org.apache.commons.math.stat.descriptive used by org.apache.commons.math.stat.descriptive
AbstractUnivariateStatistic
          Abstract base class for all implementations of the UnivariateStatistic interface.
DescriptiveStatistics
          Abstract factory class for univariate statistical summaries.
StatisticalSummary
          Reporting interface for basic univariate statistics.
StorelessUnivariateStatistic
          Extends the definition of UnivariateStatistic with StorelessUnivariateStatistic.increment(double) and StorelessUnivariateStatistic.incrementAll(double[]) methods for adding values and updating internal state.
SummaryStatistics
          Abstract factory class for univariate statistical summaries.
UnivariateStatistic
          Base evaluation interface implemented by all statistics.
 

Classes in org.apache.commons.math.stat.descriptive used by org.apache.commons.math.stat.descriptive.moment
AbstractStorelessUnivariateStatistic
          Abstract implementation of the StorelessUnivariateStatistic interface.
AbstractUnivariateStatistic
          Abstract base class for all implementations of the UnivariateStatistic interface.
StorelessUnivariateStatistic
          Extends the definition of UnivariateStatistic with StorelessUnivariateStatistic.increment(double) and StorelessUnivariateStatistic.incrementAll(double[]) methods for adding values and updating internal state.
UnivariateStatistic
          Base evaluation interface implemented by all statistics.
 

Classes in org.apache.commons.math.stat.descriptive used by org.apache.commons.math.stat.descriptive.rank
AbstractStorelessUnivariateStatistic
          Abstract implementation of the StorelessUnivariateStatistic interface.
AbstractUnivariateStatistic
          Abstract base class for all implementations of the UnivariateStatistic interface.
StorelessUnivariateStatistic
          Extends the definition of UnivariateStatistic with StorelessUnivariateStatistic.increment(double) and StorelessUnivariateStatistic.incrementAll(double[]) methods for adding values and updating internal state.
UnivariateStatistic
          Base evaluation interface implemented by all statistics.
 

Classes in org.apache.commons.math.stat.descriptive used by org.apache.commons.math.stat.descriptive.summary
AbstractStorelessUnivariateStatistic
          Abstract implementation of the StorelessUnivariateStatistic interface.
AbstractUnivariateStatistic
          Abstract base class for all implementations of the UnivariateStatistic interface.
StorelessUnivariateStatistic
          Extends the definition of UnivariateStatistic with StorelessUnivariateStatistic.increment(double) and StorelessUnivariateStatistic.incrementAll(double[]) methods for adding values and updating internal state.
UnivariateStatistic
          Base evaluation interface implemented by all statistics.
 

Classes in org.apache.commons.math.stat.descriptive used by org.apache.commons.math.stat.inference
StatisticalSummary
          Reporting interface for basic univariate statistics.