Uses of Class
org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStatistic
Packages that use AbstractStorelessUnivariateStatistic
Package
Description
Summary statistics based on moments.
Summary statistics based on ranks.
Other summary statistics.
-
Uses of AbstractStorelessUnivariateStatistic in org.apache.commons.math.stat.descriptive.moment
Subclasses of AbstractStorelessUnivariateStatistic in org.apache.commons.math.stat.descriptive.momentModifier and TypeClassDescriptionclass
Computes the first moment (arithmetic mean).class
Computes a statistic related to the Fourth Central Moment.class
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 skewness of the available values.class
Computes the sample standard deviation.class
Computes a statistic related to the Third Central Moment.class
Computes the variance of the available values. -
Uses of AbstractStorelessUnivariateStatistic in org.apache.commons.math.stat.descriptive.rank
-
Uses of AbstractStorelessUnivariateStatistic in org.apache.commons.math.stat.descriptive.summary
Subclasses of AbstractStorelessUnivariateStatistic in org.apache.commons.math.stat.descriptive.summaryModifier 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.