Uses of Class
org.apache.commons.math4.legacy.stat.descriptive.AbstractUnivariateStatistic
-
Packages that use AbstractUnivariateStatistic Package Description org.apache.commons.math4.legacy.stat.descriptive.moment Summary statistics based on moments.org.apache.commons.math4.legacy.stat.descriptive.rank Summary statistics based on ranks. -
-
Uses of AbstractUnivariateStatistic in org.apache.commons.math4.legacy.stat.descriptive.moment
Subclasses of AbstractUnivariateStatistic in org.apache.commons.math4.legacy.stat.descriptive.moment Modifier and Type Class Description class
SemiVariance
Computes the semivariance of a set of values with respect to a given cutoff value. -
Uses of AbstractUnivariateStatistic in org.apache.commons.math4.legacy.stat.descriptive.rank
Subclasses of AbstractUnivariateStatistic in org.apache.commons.math4.legacy.stat.descriptive.rank Modifier and Type Class Description class
Median
Returns the median of the available values.class
Percentile
Provides percentile computation.
-