public class SketchEstimateWithErrorBounds extends Object
Constructor and Description |
---|
SketchEstimateWithErrorBounds(double estimate,
double highBound,
double lowBound,
int numStdDev) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
double |
getEstimate() |
double |
getHighBound() |
double |
getLowBound() |
int |
getNumStdDev() |
int |
hashCode() |
String |
toString() |
public SketchEstimateWithErrorBounds(double estimate, double highBound, double lowBound, int numStdDev)
Copyright © 2011–2017. All rights reserved.