Uses of Class
org.hipparchus.stat.descriptive.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
ModifierConstructorDescriptionprotected
Copy constructor, creates an identical copy of theoriginal
. -
Uses of AbstractUnivariateStatistic in org.hipparchus.stat.descriptive.moment
Modifier and TypeClassDescriptionclass
Computes the semivariance of a set of values with respect to a given cutoff value. -
Uses of AbstractUnivariateStatistic in org.hipparchus.stat.descriptive.rank
Modifier and TypeClassDescriptionclass
Returns the median of the available values.class
Provides percentile computation.