Uses of Package
org.hipparchus.stat.descriptive
Packages that use 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.
-
Classes in org.hipparchus.stat.descriptive used by org.hipparchus.stat.descriptiveClassDescriptionAbstract 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. -
Classes in org.hipparchus.stat.descriptive used by org.hipparchus.stat.descriptive.momentClassDescriptionAbstract 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. -
Classes in org.hipparchus.stat.descriptive used by org.hipparchus.stat.descriptive.rankClassDescriptionAbstract 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. -
Classes in org.hipparchus.stat.descriptive used by org.hipparchus.stat.descriptive.summaryClassDescriptionAbstract 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. -
Classes in org.hipparchus.stat.descriptive used by org.hipparchus.stat.descriptive.vectorClassDescriptionBase 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. -
Classes in org.hipparchus.stat.descriptive used by org.hipparchus.stat.fittingClassDescriptionReporting interface for basic univariate statistics.Computes summary statistics for a stream of data values added using the
addValue
method. -
Classes in org.hipparchus.stat.descriptive used by org.hipparchus.stat.inferenceClassDescriptionReporting interface for basic univariate statistics.Computes summary statistics for a stream of data values added using the
addValue
method.