Uses of Package
org.hipparchus.stat.descriptive
Package
Description
Generic univariate and multivariate summary statistic objects.
Summary statistics based on moments.
Summary statistics based on ranks.
Other summary statistics.
Multivariate statistics.
Statistical methods for fitting distributions.
Classes providing hypothesis testing.
-
ClassDescriptionAbstract base class for implementations of the
UnivariateStatistic
interface.An interface for statistics that can aggregate results.Maintains a dataset of values of a single variable and computes descriptive statistics based on stored data.Reporting interface for basic multivariate statistics.Reporting interface for basic univariate statistics.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.Builder for StreamingStatistics instances.Base interface implemented by all statistics. -
ClassDescriptionAbstract base class for implementations of the
StorelessUnivariateStatistic
interface.Abstract base class for implementations of theUnivariateStatistic
interface.An interface for statistics that can aggregate results.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. -
ClassDescriptionAbstract base class for implementations of the
StorelessUnivariateStatistic
interface.Abstract base class for implementations of theUnivariateStatistic
interface.An interface for statistics that can aggregate results.Extends the definition ofUnivariateStatistic
withStorelessUnivariateStatistic.increment(double)
andStorelessUnivariateStatistic.incrementAll(double[])
methods for adding values and updating internal state.Base interface implemented by all statistics. -
ClassDescriptionAbstract base class for implementations of the
StorelessUnivariateStatistic
interface.An interface for statistics that can aggregate results.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. -
ClassDescriptionBase interface implemented by storeless multivariate statistics.Extends the definition of
UnivariateStatistic
withStorelessUnivariateStatistic.increment(double)
andStorelessUnivariateStatistic.incrementAll(double[])
methods for adding values and updating internal state. -
ClassDescriptionReporting interface for basic univariate statistics.Computes summary statistics for a stream of data values added using the
addValue
method. -
ClassDescriptionReporting interface for basic univariate statistics.Computes summary statistics for a stream of data values added using the
addValue
method.