| Package | Description | 
|---|---|
| org.hipparchus.stat.descriptive.rank | 
 Summary statistics based on ranks. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
RandomPercentile | 
RandomPercentile.copy() | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
RandomPercentile.aggregate(RandomPercentile other) | 
 Aggregates the provided instance into this instance. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
double | 
RandomPercentile.getAggregateN(Collection<RandomPercentile> aggregates) | 
 Returns the total number of values that have been consumed by the aggregates. 
 | 
double | 
RandomPercentile.getAggregateQuantileRank(double value,
                        Collection<RandomPercentile> aggregates) | 
 Returns the estimated quantile position of value in the combined dataset of the aggregates. 
 | 
double | 
RandomPercentile.getAggregateRank(double value,
                Collection<RandomPercentile> aggregates) | 
 Computes the estimated rank of value in the combined dataset of the aggregates. 
 | 
double | 
RandomPercentile.reduce(double percentile,
      Collection<RandomPercentile> aggregates) | 
 Computes the given percentile by combining the data from the collection
 of aggregates. 
 | 
| Constructor | Description | 
|---|---|
RandomPercentile(RandomPercentile original) | 
 Copy constructor, creates a new  
RandomPercentile identical
 to the original. | 
Copyright © 2016–2018 Hipparchus.org. All rights reserved.