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
UnivariateStatisticinterface.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 ofUnivariateStatisticwithStorelessUnivariateStatistic.increment(double)andStorelessUnivariateStatistic.incrementAll(double[])methods for adding values and updating internal state.Computes summary statistics for a stream of data values added using theaddValuemethod.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
StorelessUnivariateStatisticinterface.Abstract base class for implementations of theUnivariateStatisticinterface.An interface for statistics that can aggregate results.Extends the definition ofUnivariateStatisticwithStorelessUnivariateStatistic.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
StorelessUnivariateStatisticinterface.Abstract base class for implementations of theUnivariateStatisticinterface.An interface for statistics that can aggregate results.Extends the definition ofUnivariateStatisticwithStorelessUnivariateStatistic.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
StorelessUnivariateStatisticinterface.An interface for statistics that can aggregate results.Extends the definition ofUnivariateStatisticwithStorelessUnivariateStatistic.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
UnivariateStatisticwithStorelessUnivariateStatistic.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
addValuemethod. -
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
addValuemethod.