Uses of Class
org.apache.commons.math3.stat.descriptive.AbstractUnivariateStatistic
Packages that use AbstractUnivariateStatistic
Package
Description
Generic univariate summary statistic objects.
Summary statistics based on moments.
Summary statistics based on ranks.
Other summary statistics.
-
Uses of AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptive
Subclasses of AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptiveModifier and TypeClassDescriptionclassAbstract implementation of theStorelessUnivariateStatisticinterface. -
Uses of AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptive.moment
Modifier 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 AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptive.rank
Modifier 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 invalid input: '<'ahref=http://www.cs.wustl.edu/~jain/papers/ftp/psqr.pdf>P2 Algorithm as explained by Raj Jain and Imrich Chlamtac in P2 Algorithm for Dynamic Calculation of Quantiles and Histogram Without Storing Observations. -
Uses of AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptive.summary
Modifier 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.