Package | Description |
---|---|
org.apache.commons.math3.stat.descriptive.rank |
Summary statistics based on ranks.
|
Modifier and Type | Class and Description |
---|---|
private static class |
PSquarePercentile.Markers
Markers is an encapsulation of the five markers/buckets as indicated in
the original works.
|
Modifier and Type | Field and Description |
---|---|
private PSquarePercentile.PSquareMarkers |
PSquarePercentile.markers
Markers is the marker collection object which comes to effect
only after 5 values are inserted
|
Modifier and Type | Method and Description |
---|---|
static PSquarePercentile.PSquareMarkers |
PSquarePercentile.newMarkers(java.util.List<java.lang.Double> initialFive,
double p)
A creation method to build Markers
|