| Package | Description | 
|---|---|
| org.hipparchus.stat.descriptive.rank | 
 Summary statistics based on ranks. 
 | 
| Class | Description | 
|---|---|
| Max | 
 Returns the maximum of the available values. 
 | 
| Median | 
 Returns the median of the available values. 
 | 
| Min | 
 Returns the minimum of the available values. 
 | 
| Percentile | 
 Provides percentile computation. 
 | 
| Percentile.EstimationType | 
 An enum for various estimation strategies of a percentile referred in
 wikipedia on quantile
 with the names of enum matching those of types mentioned in
 wikipedia. 
 | 
| PSquarePercentile | 
 A  
StorelessUnivariateStatistic estimating percentiles using the
 P2
 Algorithm as explained by Raj
 Jain and Imrich Chlamtac in
 P2 Algorithm
 for Dynamic Calculation of Quantiles and Histogram Without Storing
 Observations. | 
| PSquarePercentile.PSquareMarkers | 
 An interface that encapsulates abstractions of the
 P-square algorithm markers as is explained in the original works. 
 | 
| RandomPercentile | 
 A  
StorelessUnivariateStatistic estimating percentiles using the
 RANDOM
 Algorithm. | 
Copyright © 2016–2018 Hipparchus.org. All rights reserved.