Uses of Class
org.hipparchus.stat.descriptive.AbstractUnivariateStatistic
Packages that use AbstractUnivariateStatistic
Package
Description
Generic univariate and multivariate summary statistic objects.
Summary statistics based on moments.
Summary statistics based on ranks.
-
Uses of AbstractUnivariateStatistic in org.hipparchus.stat.descriptive
Constructors in org.hipparchus.stat.descriptive with parameters of type AbstractUnivariateStatisticModifierConstructorDescriptionprotectedCopy constructor, creates an identical copy of theoriginal. -
Uses of AbstractUnivariateStatistic in org.hipparchus.stat.descriptive.moment
Subclasses of AbstractUnivariateStatistic in org.hipparchus.stat.descriptive.momentModifier and TypeClassDescriptionclassComputes the semivariance of a set of values with respect to a given cutoff value. -
Uses of AbstractUnivariateStatistic in org.hipparchus.stat.descriptive.rank
Subclasses of AbstractUnivariateStatistic in org.hipparchus.stat.descriptive.rankModifier and TypeClassDescriptionclassReturns the median of the available values.classProvides percentile computation.