Uses of Package
org.apache.commons.math4.stat.descriptive
| Package | Description |
|---|---|
| org.apache.commons.math4.distribution |
Implementations of common discrete and continuous distributions.
|
| org.apache.commons.math4.stat.descriptive |
Generic univariate summary statistic objects.
|
| org.apache.commons.math4.stat.descriptive.moment |
Summary statistics based on moments.
|
| org.apache.commons.math4.stat.descriptive.rank |
Summary statistics based on ranks.
|
| org.apache.commons.math4.stat.descriptive.summary |
Other summary statistics.
|
| org.apache.commons.math4.stat.inference |
Classes providing hypothesis testing.
|
-
Classes in org.apache.commons.math4.stat.descriptive used by org.apache.commons.math4.distribution Class Description StatisticalSummary Reporting interface for basic univariate statistics.SummaryStatistics Computes summary statistics for a stream of data values added using theaddValuemethod. -
Classes in org.apache.commons.math4.stat.descriptive used by org.apache.commons.math4.stat.descriptive Class Description DescriptiveStatistics Maintains a dataset of values of a single variable and computes descriptive statistics based on stored data.MultivariateSummaryStatistics Computes summary statistics for a stream of n-tuples added using theaddValuemethod.StatisticalMultivariateSummary Reporting interface for basic multivariate statistics.StatisticalSummary Reporting interface for basic univariate statistics.StatisticalSummaryValues Value object representing the results of a univariate statistical summary.StorelessUnivariateStatistic Extends the definition ofUnivariateStatisticwithStorelessUnivariateStatistic.increment(double)andStorelessUnivariateStatistic.incrementAll(double[])methods for adding values and updating internal state.SummaryStatistics Computes summary statistics for a stream of data values added using theaddValuemethod.SynchronizedDescriptiveStatistics Implementation ofDescriptiveStatisticsthat is safe to use in a multithreaded environment.SynchronizedSummaryStatistics Implementation ofSummaryStatisticsthat is safe to use in a multithreaded environment.UnivariateStatistic Base interface implemented by all statistics. -
Classes in org.apache.commons.math4.stat.descriptive used by org.apache.commons.math4.stat.descriptive.moment Class Description AbstractStorelessUnivariateStatistic Abstract base class for implementations of theStorelessUnivariateStatisticinterface.AbstractUnivariateStatistic Abstract base class for implementations of theUnivariateStatisticinterface.StorelessUnivariateStatistic Extends the definition ofUnivariateStatisticwithStorelessUnivariateStatistic.increment(double)andStorelessUnivariateStatistic.incrementAll(double[])methods for adding values and updating internal state.UnivariateStatistic Base interface implemented by all statistics.WeightedEvaluation Weighted evaluation for statistics. -
Classes in org.apache.commons.math4.stat.descriptive used by org.apache.commons.math4.stat.descriptive.rank Class Description AbstractStorelessUnivariateStatistic Abstract base class for implementations of theStorelessUnivariateStatisticinterface.AbstractUnivariateStatistic Abstract base class for implementations of theUnivariateStatisticinterface.StorelessUnivariateStatistic Extends the definition ofUnivariateStatisticwithStorelessUnivariateStatistic.increment(double)andStorelessUnivariateStatistic.incrementAll(double[])methods for adding values and updating internal state.UnivariateStatistic Base interface implemented by all statistics. -
Classes in org.apache.commons.math4.stat.descriptive used by org.apache.commons.math4.stat.descriptive.summary Class Description AbstractStorelessUnivariateStatistic Abstract base class for implementations of theStorelessUnivariateStatisticinterface.StorelessUnivariateStatistic Extends the definition ofUnivariateStatisticwithStorelessUnivariateStatistic.increment(double)andStorelessUnivariateStatistic.incrementAll(double[])methods for adding values and updating internal state.UnivariateStatistic Base interface implemented by all statistics.WeightedEvaluation Weighted evaluation for statistics. -
Classes in org.apache.commons.math4.stat.descriptive used by org.apache.commons.math4.stat.inference Class Description StatisticalSummary Reporting interface for basic univariate statistics.SummaryStatistics Computes summary statistics for a stream of data values added using theaddValuemethod.