Uses of Class
org.apache.commons.math4.stat.descriptive.AbstractUnivariateStatistic
| Package | Description |
|---|---|
| org.apache.commons.math4.stat.descriptive.moment |
Summary statistics based on moments.
|
| org.apache.commons.math4.stat.descriptive.rank |
Summary statistics based on ranks.
|
-
Uses of AbstractUnivariateStatistic in org.apache.commons.math4.stat.descriptive.moment
Subclasses of AbstractUnivariateStatistic in org.apache.commons.math4.stat.descriptive.moment Modifier and Type Class Description classSemiVarianceComputes the semivariance of a set of values with respect to a given cutoff value. -
Uses of AbstractUnivariateStatistic in org.apache.commons.math4.stat.descriptive.rank
Subclasses of AbstractUnivariateStatistic in org.apache.commons.math4.stat.descriptive.rank Modifier and Type Class Description classMedianReturns the median of the available values.classPercentileProvides percentile computation.