Package org.apache.commons.math.stat

Data storage, manipulation and summary routines.

See:
          Description

Interface Summary
TestStatistic A collection of commonly used test statistics and statistical tests.
 

Class Summary
AbstractDescriptiveStatistics Provides univariate measures for an array of doubles.
AbstractStorelessDescriptiveStatistics Provides univariate measures for an array of doubles.
BivariateRegression Estimates an ordinary least squares regression model with one independent variable.
DescriptiveStatistics DescriptiveStatistics implements the Univariate interface but maintains the set of values which contribute to the values being returned.
DescriptiveStatisticsImpl  
Frequency Maintains a frequency distribution.
StatUtils StatUtils provides easy static implementations of common double[] based statistical methods.
StorelessDescriptiveStatisticsImpl Accumulates univariate statistics for values fed in through the addValue() method.
TestStatisticImpl Implements test statistics defined in the TestStatistic interface.
 

Package org.apache.commons.math.stat Description

Data storage, manipulation and summary routines.



Copyright © 2003-2004 Apache Software Foundation. All Rights Reserved.