Uses of Interface
org.hipparchus.stat.descriptive.StorelessUnivariateStatistic
Packages that use StorelessUnivariateStatistic
Package
Description
Generic univariate and multivariate summary statistic objects.
Summary statistics based on moments.
Summary statistics based on ranks.
Other summary statistics.
Multivariate statistics.
-
Uses of StorelessUnivariateStatistic in org.hipparchus.stat.descriptive
Classes in org.hipparchus.stat.descriptive that implement StorelessUnivariateStatisticModifier and TypeClassDescriptionclassAbstract base class for implementations of theStorelessUnivariateStatisticinterface.Methods in org.hipparchus.stat.descriptive that return StorelessUnivariateStatisticModifier and TypeMethodDescriptionabstract StorelessUnivariateStatisticAbstractStorelessUnivariateStatistic.copy()Returns a copy of the statistic with the same internal state.StorelessUnivariateStatistic.copy()Returns a copy of the statistic with the same internal state. -
Uses of StorelessUnivariateStatistic in org.hipparchus.stat.descriptive.moment
Classes in org.hipparchus.stat.descriptive.moment that implement StorelessUnivariateStatisticModifier and TypeClassDescriptionclassReturns the geometric mean of the available values.classComputes the Kurtosis of the available values.classComputes the arithmetic mean of a set of values.classComputes a statistic related to the Second Central Moment.classComputes the skewness of the available values.classComputes the sample standard deviation.classComputes the variance of the available values. -
Uses of StorelessUnivariateStatistic in org.hipparchus.stat.descriptive.rank
Classes in org.hipparchus.stat.descriptive.rank that implement StorelessUnivariateStatisticModifier and TypeClassDescriptionclassReturns the maximum of the available values.classReturns the minimum of the available values.classAStorelessUnivariateStatisticestimating 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.classAStorelessUnivariateStatisticestimating percentiles using the RANDOM Algorithm. -
Uses of StorelessUnivariateStatistic in org.hipparchus.stat.descriptive.summary
Classes in org.hipparchus.stat.descriptive.summary that implement StorelessUnivariateStatisticModifier and TypeClassDescriptionclassReturns the product of the available values.classReturns the sum of the available values.classReturns the sum of the natural logs for this collection of values.classReturns the sum of the squares of the available values. -
Uses of StorelessUnivariateStatistic in org.hipparchus.stat.descriptive.vector
Constructors in org.hipparchus.stat.descriptive.vector with parameters of type StorelessUnivariateStatisticModifierConstructorDescriptionVectorialStorelessStatistic(int dimension, StorelessUnivariateStatistic univariateStatistic) Create a new VectorialStorelessStatistic with the given dimension and statistic implementation.