Uses of Class
org.hipparchus.stat.descriptive.AbstractUnivariateStatistic
-
Packages that use AbstractUnivariateStatistic Package Description org.hipparchus.stat.descriptive Generic univariate and multivariate summary statistic objects.org.hipparchus.stat.descriptive.moment Summary statistics based on moments.org.hipparchus.stat.descriptive.rank Summary statistics based on ranks. -
-
Uses of AbstractUnivariateStatistic in org.hipparchus.stat.descriptive
Constructors in org.hipparchus.stat.descriptive with parameters of type AbstractUnivariateStatistic Constructor Description AbstractUnivariateStatistic(AbstractUnivariateStatistic original)
Copy constructor, creates an identical copy of theoriginal
. -
Uses of AbstractUnivariateStatistic in org.hipparchus.stat.descriptive.moment
Subclasses of AbstractUnivariateStatistic in org.hipparchus.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.hipparchus.stat.descriptive.rank
Subclasses of AbstractUnivariateStatistic in org.hipparchus.stat.descriptive.rank Modifier and Type Class Description class
Median
Returns the median of the available values.class
Percentile
Provides percentile computation.
-