| 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. 
 | 
| Constructor | Description | 
|---|---|
AbstractUnivariateStatistic(AbstractUnivariateStatistic original) | 
 Copy constructor, creates an identical copy
 of the  
original. | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
SemiVariance | 
 Computes the semivariance of a set of values with respect to a given cutoff value. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
Median | 
 Returns the median of the available values. 
 | 
class  | 
Percentile | 
 Provides percentile computation. 
 | 
Copyright © 2016–2018 Hipparchus.org. All rights reserved.