See: Description
Interface | Description |
---|---|
PSquarePercentile.PSquareMarkers |
An interface that encapsulates abstractions of the
P-square algorithm markers as is explained in the original works.
|
Class | Description |
---|---|
Max |
Returns the maximum of the available values.
|
Median |
Returns the median of the available values.
|
Min |
Returns the minimum of the available values.
|
Percentile |
Provides percentile computation.
|
PSquarePercentile |
A
StorelessUnivariateStatistic estimating percentiles using the
|
PSquarePercentile.FixedCapacityList<E> |
A simple fixed capacity list that has an upper bound to growth.
|
PSquarePercentile.Marker |
The class modeling the attributes of the marker of the P-square algorithm
|
PSquarePercentile.Markers |
Markers is an encapsulation of the five markers/buckets as indicated in
the original works.
|
Enum | Description |
---|---|
Percentile.EstimationType |
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.
|