Uses of Interface
org.hipparchus.stat.descriptive.AggregatableStatistic
Packages that use AggregatableStatistic
Package
Description
Generic univariate and multivariate summary statistic objects.
Summary statistics based on moments.
Summary statistics based on ranks.
Other summary statistics.
-
Uses of AggregatableStatistic in org.hipparchus.stat.descriptive
Classes in org.hipparchus.stat.descriptive that implement AggregatableStatisticModifier and TypeClassDescriptionclass
Computes summary statistics for a stream of data values added using theaddValue
method. -
Uses of AggregatableStatistic in org.hipparchus.stat.descriptive.moment
Classes in org.hipparchus.stat.descriptive.moment that implement AggregatableStatisticModifier and TypeClassDescriptionclass
Returns the geometric mean of the available values.class
Computes the arithmetic mean of a set of values.class
Computes a statistic related to the Second Central Moment.class
Computes the variance of the available values. -
Uses of AggregatableStatistic in org.hipparchus.stat.descriptive.rank
Classes in org.hipparchus.stat.descriptive.rank that implement AggregatableStatisticModifier and TypeClassDescriptionclass
Returns the maximum of the available values.class
Returns the minimum of the available values.class
AStorelessUnivariateStatistic
estimating percentiles using the RANDOM Algorithm. -
Uses of AggregatableStatistic in org.hipparchus.stat.descriptive.summary
Classes in org.hipparchus.stat.descriptive.summary that implement AggregatableStatisticModifier and TypeClassDescriptionclass
Returns the product of the available values.class
Returns the sum of the available values.class
Returns the sum of the natural logs for this collection of values.class
Returns the sum of the squares of the available values.