Uses of Interface
org.hipparchus.stat.descriptive.UnivariateStatistic
Package
Description
Generic univariate and multivariate summary statistic objects.
Summary statistics based on moments.
Summary statistics based on ranks.
Other summary statistics.
-
Uses of UnivariateStatistic in org.hipparchus.stat.descriptive
Modifier and TypeInterfaceDescriptioninterface
Extends the definition ofUnivariateStatistic
withStorelessUnivariateStatistic.increment(double)
andStorelessUnivariateStatistic.incrementAll(double[])
methods for adding values and updating internal state.Modifier and TypeClassDescriptionclass
Abstract base class for implementations of theStorelessUnivariateStatistic
interface.class
Abstract base class for implementations of theUnivariateStatistic
interface.Modifier and TypeMethodDescriptionabstract UnivariateStatistic
AbstractUnivariateStatistic.copy()
Returns a copy of the statistic with the same internal state.UnivariateStatistic.copy()
Returns a copy of the statistic with the same internal state.Modifier and TypeMethodDescriptiondouble
DescriptiveStatistics.apply
(UnivariateStatistic stat) Apply the given statistic to the data associated with this set of statistics. -
Uses of UnivariateStatistic in org.hipparchus.stat.descriptive.moment
Modifier and TypeClassDescriptionclass
Returns the geometric mean of the available values.class
Computes the Kurtosis 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 semivariance of a set of values with respect to a given cutoff value.class
Computes the skewness of the available values.class
Computes the sample standard deviation.class
Computes the variance of the available values. -
Uses of UnivariateStatistic in org.hipparchus.stat.descriptive.rank
Modifier and TypeClassDescriptionclass
Returns the maximum of the available values.class
Returns the median of the available values.class
Returns the minimum of the available values.class
Provides percentile computation.class
AStorelessUnivariateStatistic
estimating percentiles using the P2 Algorithm as explained by Raj Jain and Imrich Chlamtac in P2 Algorithm for Dynamic Calculation of Quantiles and Histogram Without Storing Observations.class
AStorelessUnivariateStatistic
estimating percentiles using the RANDOM Algorithm. -
Uses of UnivariateStatistic in org.hipparchus.stat.descriptive.summary
Modifier 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.