| Package | Description | 
|---|---|
| org.hipparchus.stat.descriptive.rank | 
 Summary statistics based on ranks. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KthSelector | 
Percentile.getKthSelector()
Get the  
kthSelector used for computation. | 
KthSelector | 
Median.getKthSelector()
Get the  
kthSelector used for computation. | 
| Modifier and Type | Method and Description | 
|---|---|
protected double | 
Percentile.EstimationType.estimate(double[] work,
        int[] pivotsHeap,
        double pos,
        int length,
        KthSelector selector)
Estimation based on Kth selection. 
 | 
double | 
Percentile.EstimationType.evaluate(double[] work,
        double p,
        KthSelector selector)
Evaluate method to compute the percentile for a given bounded array. 
 | 
protected double | 
Percentile.EstimationType.evaluate(double[] work,
        int[] pivotsHeap,
        double p,
        KthSelector selector)
 | 
Percentile | 
Percentile.withKthSelector(KthSelector newKthSelector)
Build a new instance similar to the current one except for the
  
kthSelector instance specifically set. | 
Median | 
Median.withKthSelector(KthSelector newKthSelector)
Build a new instance similar to the current one except for the
  
kthSelector instance specifically set. | 
| Constructor and Description | 
|---|
Percentile(double quantile,
          Percentile.EstimationType estimationType,
          NaNStrategy nanStrategy,
          KthSelector kthSelector)
Constructs a Percentile with the specific quantile value,
  
Percentile.EstimationType, NaNStrategy and KthSelector. | 
Copyright © 2016–2017 Hipparchus.org. All rights reserved.