Uses of Class
org.apache.commons.math3.stat.descriptive.rank.PSquarePercentile.Marker
Packages that use PSquarePercentile.Marker
Package
Description
Summary statistics based on ranks.
-
Uses of PSquarePercentile.Marker in org.apache.commons.math3.stat.descriptive.rank
Fields in org.apache.commons.math3.stat.descriptive.rank declared as PSquarePercentile.MarkerModifier and TypeFieldDescriptionprivate final PSquarePercentile.Marker[]PSquarePercentile.Markers.markerArrayArray of 5+1 Markers (The first marker is dummy just so we can match the rest of indexes [1-5] indicated in the original works which follows unit based index)private PSquarePercentile.MarkerPSquarePercentile.Marker.nextNext and previous markers for easy linked navigation in loops.private PSquarePercentile.MarkerPSquarePercentile.Marker.previousThe previous marker linksMethods in org.apache.commons.math3.stat.descriptive.rank that return PSquarePercentile.MarkerModifier and TypeMethodDescriptionprivate static PSquarePercentile.Marker[]PSquarePercentile.Markers.createMarkerArray(List<Double> initialFive, double p) Creates a marker array using initial five elements and a quantileprivate PSquarePercentile.MarkerPSquarePercentile.Marker.index(int indexOfMarker) Sets the index of the marker.private PSquarePercentile.MarkerPSquarePercentile.Marker.next(PSquarePercentile.Marker nextMarker) Sets the next marker.private PSquarePercentile.MarkerPSquarePercentile.Marker.previous(PSquarePercentile.Marker previousMarker) Sets the previous marker.Methods in org.apache.commons.math3.stat.descriptive.rank with parameters of type PSquarePercentile.MarkerModifier and TypeMethodDescriptionprivate PSquarePercentile.MarkerPSquarePercentile.Marker.next(PSquarePercentile.Marker nextMarker) Sets the next marker.private PSquarePercentile.MarkerPSquarePercentile.Marker.previous(PSquarePercentile.Marker previousMarker) Sets the previous marker.Constructors in org.apache.commons.math3.stat.descriptive.rank with parameters of type PSquarePercentile.MarkerModifierConstructorDescriptionprivateMarkers(PSquarePercentile.Marker[] theMarkerArray) Constructor