Package org.apache.commons.math3.stat.descriptive.rank
package org.apache.commons.math3.stat.descriptive.rank
Summary statistics based on ranks.
-
ClassDescriptionReturns the maximum of the available values.Returns the median of the available values.Returns the minimum of the available values.Provides percentile computation.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.A
StorelessUnivariateStatistic
estimating percentiles using the invalid input: '<'ahref=http://www.cs.wustl.edu/~jain/papers/ftp/psqr.pdf>P2 Algorithm as explained by Raj Jain and Imrich Chlamtac in P2 Algorithm for Dynamic Calculation of Quantiles and Histogram Without Storing Observations.An interface that encapsulates abstractions of the P-square algorithm markers as is explained in the original works.