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