public final class BoundsOnRatiosInThetaSketchedSets extends Object
Modifier and Type | Method and Description |
---|---|
static double |
getEstimateOfBoverA(Sketch sketchA,
Sketch sketchB)
Gets the estimate for B over A
|
static double |
getLowerBoundForBoverA(Sketch sketchA,
Sketch sketchB)
Gets the approximate lower bound for B over A based on a 95% confidence interval
|
static double |
getUpperBoundForBoverA(Sketch sketchA,
Sketch sketchB)
Gets the approximate upper bound for B over A based on a 95% confidence interval
|
public static double getLowerBoundForBoverA(Sketch sketchA, Sketch sketchB)
sketchA
- the sketch AsketchB
- the sketch Bpublic static double getUpperBoundForBoverA(Sketch sketchA, Sketch sketchB)
sketchA
- the sketch AsketchB
- the sketch BCopyright © 2015–2024 The Apache Software Foundation. All rights reserved.