Uses of Package
org.apache.commons.math3.stat.descriptive
Packages that use org.apache.commons.math3.stat.descriptive
Package
Description
Random number and random data generators.
Generic univariate summary statistic objects.
Summary statistics based on moments.
Summary statistics based on ranks.
Other summary statistics.
Classes providing hypothesis testing.
-
Classes in org.apache.commons.math3.stat.descriptive used by org.apache.commons.math3.randomClassDescriptionReporting interface for basic univariate statistics.Computes summary statistics for a stream of data values added using the
addValue
method. -
Classes in org.apache.commons.math3.stat.descriptive used by org.apache.commons.math3.stat.descriptiveClassDescriptionAbstract base class for all implementations of the
UnivariateStatistic
interface.Maintains a dataset of values of a single variable and computes descriptive statistics based on stored data.Computes summary statistics for a stream of n-tuples added using theaddValue
method.Reporting interface for basic multivariate statistics.Reporting interface for basic univariate statistics.Value object representing the results of a univariate statistical summary.Extends the definition ofUnivariateStatistic
withStorelessUnivariateStatistic.increment(double)
andStorelessUnivariateStatistic.incrementAll(double[])
methods for adding values and updating internal state.Computes summary statistics for a stream of data values added using theaddValue
method.Implementation ofDescriptiveStatistics
that is safe to use in a multithreaded environment.Implementation ofSummaryStatistics
that is safe to use in a multithreaded environment.Base interface implemented by all statistics. -
Classes in org.apache.commons.math3.stat.descriptive used by org.apache.commons.math3.stat.descriptive.momentClassDescriptionAbstract implementation of the
StorelessUnivariateStatistic
interface.Abstract base class for all implementations of theUnivariateStatistic
interface.Extends the definition ofUnivariateStatistic
withStorelessUnivariateStatistic.increment(double)
andStorelessUnivariateStatistic.incrementAll(double[])
methods for adding values and updating internal state.Base interface implemented by all statistics.Weighted evaluation for statistics. -
Classes in org.apache.commons.math3.stat.descriptive used by org.apache.commons.math3.stat.descriptive.rankClassDescriptionAbstract implementation of the
StorelessUnivariateStatistic
interface.Abstract base class for all implementations of theUnivariateStatistic
interface.Extends the definition ofUnivariateStatistic
withStorelessUnivariateStatistic.increment(double)
andStorelessUnivariateStatistic.incrementAll(double[])
methods for adding values and updating internal state.Base interface implemented by all statistics. -
Classes in org.apache.commons.math3.stat.descriptive used by org.apache.commons.math3.stat.descriptive.summaryClassDescriptionAbstract implementation of the
StorelessUnivariateStatistic
interface.Abstract base class for all implementations of theUnivariateStatistic
interface.Extends the definition ofUnivariateStatistic
withStorelessUnivariateStatistic.increment(double)
andStorelessUnivariateStatistic.incrementAll(double[])
methods for adding values and updating internal state.Base interface implemented by all statistics.Weighted evaluation for statistics. -
Classes in org.apache.commons.math3.stat.descriptive used by org.apache.commons.math3.stat.inferenceClassDescriptionReporting interface for basic univariate statistics.Computes summary statistics for a stream of data values added using the
addValue
method.