Uses of Interface
org.hipparchus.stat.descriptive.UnivariateStatistic
Packages that use 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
Subinterfaces of UnivariateStatistic in org.hipparchus.stat.descriptiveModifier and TypeInterfaceDescriptioninterfaceExtends the definition ofUnivariateStatisticwithStorelessUnivariateStatistic.increment(double)andStorelessUnivariateStatistic.incrementAll(double[])methods for adding values and updating internal state.Classes in org.hipparchus.stat.descriptive that implement UnivariateStatisticModifier and TypeClassDescriptionclassAbstract base class for implementations of theStorelessUnivariateStatisticinterface.classAbstract base class for implementations of theUnivariateStatisticinterface.Methods in org.hipparchus.stat.descriptive that return UnivariateStatisticModifier and TypeMethodDescriptionabstract UnivariateStatisticAbstractUnivariateStatistic.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.Methods in org.hipparchus.stat.descriptive with parameters of type UnivariateStatisticModifier and TypeMethodDescriptiondoubleDescriptiveStatistics.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
Classes in org.hipparchus.stat.descriptive.moment that implement UnivariateStatisticModifier 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 semivariance of a set of values with respect to a given cutoff value.classComputes the skewness of the available values.classComputes the sample standard deviation.classComputes the variance of the available values. -
Uses of UnivariateStatistic in org.hipparchus.stat.descriptive.rank
Classes in org.hipparchus.stat.descriptive.rank that implement UnivariateStatisticModifier and TypeClassDescriptionclassReturns the maximum of the available values.classReturns the median of the available values.classReturns the minimum of the available values.classProvides percentile computation.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 UnivariateStatistic in org.hipparchus.stat.descriptive.summary
Classes in org.hipparchus.stat.descriptive.summary that implement UnivariateStatisticModifier 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.