|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractUnivariateStatistic | |
---|---|
org.apache.commons.math3.stat.descriptive | Generic univariate summary statistic objects. |
org.apache.commons.math3.stat.descriptive.moment | Summary statistics based on moments. |
org.apache.commons.math3.stat.descriptive.rank | Summary statistics based on ranks. |
org.apache.commons.math3.stat.descriptive.summary | Other summary statistics. |
Uses of AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptive |
---|
Subclasses of AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptive | |
---|---|
class |
AbstractStorelessUnivariateStatistic
Abstract implementation of the StorelessUnivariateStatistic interface. |
Uses of AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptive.moment |
---|
Subclasses of AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptive.moment | |
---|---|
class |
GeometricMean
Returns the geometric mean of the available values. |
class |
Kurtosis
Computes the Kurtosis of the available values. |
class |
Mean
Computes the arithmetic mean of a set of values. |
class |
SecondMoment
Computes a statistic related to the Second Central Moment. |
class |
SemiVariance
Computes the semivariance of a set of values with respect to a given cutoff value. |
class |
Skewness
Computes the skewness of the available values. |
class |
StandardDeviation
Computes the sample standard deviation. |
class |
Variance
Computes the variance of the available values. |
Uses of AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptive.rank |
---|
Subclasses of AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptive.rank | |
---|---|
class |
Max
Returns the maximum of the available values. |
class |
Median
Returns the median of the available values. |
class |
Min
Returns the minimum of the available values. |
class |
Percentile
Provides percentile computation. |
Uses of AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptive.summary |
---|
Subclasses of AbstractUnivariateStatistic in org.apache.commons.math3.stat.descriptive.summary | |
---|---|
class |
Product
Returns the product of the available values. |
class |
Sum
Returns the sum of the available values. |
class |
SumOfLogs
Returns the sum of the natural logs for this collection of values. |
class |
SumOfSquares
Returns the sum of the squares of the available values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |