Uses of Package
org.apache.commons.math.stat.descriptive
-
Packages that use org.apache.commons.math.stat.descriptive Package Description org.apache.commons.math.random Random number and random data generators.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 Class Description StatisticalSummary Reporting interface for basic univariate statistics.SummaryStatistics Computes summary statistics for a stream of data values added using theaddValue
method. -
Classes in org.apache.commons.math.stat.descriptive used by org.apache.commons.math.stat.descriptive Class Description AbstractUnivariateStatistic Abstract base class for all implementations of theUnivariateStatistic
interface.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 theaddValue
method.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 ofUnivariateStatistic
withStorelessUnivariateStatistic.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 theaddValue
method.SynchronizedDescriptiveStatistics Implementation ofDescriptiveStatistics
that is safe to use in a multithreaded environment.SynchronizedSummaryStatistics Implementation ofSummaryStatistics
that is safe to use in a multithreaded environment.UnivariateStatistic Base interface implemented by all statistics. -
Classes in org.apache.commons.math.stat.descriptive used by org.apache.commons.math.stat.descriptive.moment Class Description AbstractStorelessUnivariateStatistic Abstract implementation of theStorelessUnivariateStatistic
interface.AbstractUnivariateStatistic Abstract base class for all implementations of theUnivariateStatistic
interface.StorelessUnivariateStatistic Extends the definition ofUnivariateStatistic
withStorelessUnivariateStatistic.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.math.stat.descriptive used by org.apache.commons.math.stat.descriptive.rank Class Description AbstractStorelessUnivariateStatistic Abstract implementation of theStorelessUnivariateStatistic
interface.AbstractUnivariateStatistic Abstract base class for all implementations of theUnivariateStatistic
interface.StorelessUnivariateStatistic Extends the definition ofUnivariateStatistic
withStorelessUnivariateStatistic.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.math.stat.descriptive used by org.apache.commons.math.stat.descriptive.summary Class Description AbstractStorelessUnivariateStatistic Abstract implementation of theStorelessUnivariateStatistic
interface.AbstractUnivariateStatistic Abstract base class for all implementations of theUnivariateStatistic
interface.StorelessUnivariateStatistic Extends the definition ofUnivariateStatistic
withStorelessUnivariateStatistic.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.math.stat.descriptive used by org.apache.commons.math.stat.inference Class Description StatisticalSummary Reporting interface for basic univariate statistics.