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