| Package | Description | 
|---|---|
| org.apache.commons.math3.stat.descriptive.rank | Summary statistics based on ranks. | 
| Modifier and Type | Method and Description | 
|---|---|
| Percentile.EstimationType | Percentile. getEstimationType()Get the estimation  typeused for computation. | 
| static Percentile.EstimationType | Percentile.EstimationType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Percentile.EstimationType[] | Percentile.EstimationType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| Percentile | Percentile. withEstimationType(Percentile.EstimationType newEstimationType)Build a new instance similar to the current one except for the
  estimation type. | 
| Median | Median. withEstimationType(Percentile.EstimationType newEstimationType)Build a new instance similar to the current one except for the
  estimation type. | 
| Constructor and Description | 
|---|
| Percentile(double quantile,
          Percentile.EstimationType estimationType,
          NaNStrategy nanStrategy,
          KthSelector kthSelector)Constructs a Percentile with the specific quantile value,
  Percentile.EstimationType,NaNStrategyandKthSelector. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.