protected static interface PSquarePercentile.PSquareMarkers extends Cloneable
| Modifier and Type | Method and Description | 
|---|---|
| Object | clone()A clone function to clone the current instance. | 
| double | estimate(int index)An Estimate of the percentile value of a given Marker | 
| double | getPercentileValue()Returns Percentile value computed thus far. | 
| double | height(int markerIndex)Returns the marker height (or percentile) of a given marker index. | 
| double | processDataPoint(double inputDataPoint)Process a data point by moving the marker heights based on estimator. | 
double getPercentileValue()
Object clone()
double height(int markerIndex)
markerIndex - is the index of marker in the marker arrayOutOfRangeException - in case the index is not within [1-5]double processDataPoint(double inputDataPoint)
inputDataPoint - is the data point passeddouble estimate(int index)
index - the marker's index in the array of markersOutOfRangeException - in case if index is not within [1-5]Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.