Uses of Class
org.hipparchus.stat.descriptive.rank.RandomPercentile
Packages that use RandomPercentile
- 
Uses of RandomPercentile in org.hipparchus.stat.descriptive.rank
Methods in org.hipparchus.stat.descriptive.rank that return RandomPercentileMethods in org.hipparchus.stat.descriptive.rank with parameters of type RandomPercentileModifier and TypeMethodDescriptionvoidRandomPercentile.aggregate(RandomPercentile other) Aggregates the provided instance into this instance.Method parameters in org.hipparchus.stat.descriptive.rank with type arguments of type RandomPercentileModifier and TypeMethodDescriptiondoubleRandomPercentile.getAggregateN(Collection<RandomPercentile> aggregates) Returns the total number of values that have been consumed by the aggregates.doubleRandomPercentile.getAggregateQuantileRank(double value, Collection<RandomPercentile> aggregates) Returns the estimated quantile position of value in the combined dataset of the aggregates.doubleRandomPercentile.getAggregateRank(double value, Collection<RandomPercentile> aggregates) Computes the estimated rank of value in the combined dataset of the aggregates.doubleRandomPercentile.reduce(double percentile, Collection<RandomPercentile> aggregates) Computes the given percentile by combining the data from the collection of aggregates.Constructors in org.hipparchus.stat.descriptive.rank with parameters of type RandomPercentileModifierConstructorDescriptionRandomPercentile(RandomPercentile original) Copy constructor, creates a newRandomPercentileidentical to theoriginal.