public final class BoundsOnRatiosInTupleSketchedSets extends Object
Modifier and Type | Method and Description |
---|---|
static <S extends Summary> |
getEstimateOfBoverA(Sketch<S> sketchA,
Sketch sketchB)
Gets the estimate for B over A
|
static <S extends Summary> |
getEstimateOfBoverA(Sketch<S> sketchA,
Sketch<S> sketchB)
Gets the estimate for B over A
|
static <S extends Summary> |
getLowerBoundForBoverA(Sketch<S> sketchA,
Sketch sketchB)
Gets the approximate lower bound for B over A based on a 95% confidence interval
|
static <S extends Summary> |
getLowerBoundForBoverA(Sketch<S> sketchA,
Sketch<S> sketchB)
Gets the approximate lower bound for B over A based on a 95% confidence interval
|
static <S extends Summary> |
getUpperBoundForBoverA(Sketch<S> sketchA,
Sketch sketchB)
Gets the approximate upper bound for B over A based on a 95% confidence interval
|
static <S extends Summary> |
getUpperBoundForBoverA(Sketch<S> sketchA,
Sketch<S> sketchB)
Gets the approximate upper bound for B over A based on a 95% confidence interval
|
public static <S extends Summary> double getLowerBoundForBoverA(Sketch<S> sketchA, Sketch<S> sketchB)
S
- SummarysketchA
- the Tuple sketch A with summary type SsketchB
- the Tuple sketch B with summary type Spublic static <S extends Summary> double getLowerBoundForBoverA(Sketch<S> sketchA, Sketch sketchB)
S
- SummarysketchA
- the Tuple sketch A with summary type SsketchB
- the Theta sketch Bpublic static <S extends Summary> double getUpperBoundForBoverA(Sketch<S> sketchA, Sketch<S> sketchB)
S
- SummarysketchA
- the Tuple sketch A with summary type SsketchB
- the Tuple sketch B with summary type Spublic static <S extends Summary> double getUpperBoundForBoverA(Sketch<S> sketchA, Sketch sketchB)
S
- SummarysketchA
- the Tuple sketch A with summary type SsketchB
- the Theta sketch Bpublic static <S extends Summary> double getEstimateOfBoverA(Sketch<S> sketchA, Sketch<S> sketchB)
S
- SummarysketchA
- the Tuple sketch A with summary type SsketchB
- the Tuple sketch B with summary type Spublic static <S extends Summary> double getEstimateOfBoverA(Sketch<S> sketchA, Sketch sketchB)
S
- SummarysketchA
- the Tuple sketch A with summary type SsketchB
- the Theta sketch BCopyright © 2015–2024 The Apache Software Foundation. All rights reserved.