|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Data storage, manipulation and summary routines.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |