Class ArrayOfDoublesSketchesTTestUDF
- java.lang.Object
-
- org.apache.hadoop.hive.ql.exec.UDF
-
- org.apache.datasketches.hive.tuple.ArrayOfDoublesSketchesTTestUDF
-
public class ArrayOfDoublesSketchesTTestUDF extends org.apache.hadoop.hive.ql.exec.UDF
-
-
Constructor Summary
Constructors Constructor Description ArrayOfDoublesSketchesTTestUDF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Double>evaluate(org.apache.hadoop.io.BytesWritable serializedSketchA, org.apache.hadoop.io.BytesWritable serializedSketchB)T-test on a given pair of ArrayOfDoublesSketches
-
-
-
Method Detail
-
evaluate
public List<Double> evaluate(org.apache.hadoop.io.BytesWritable serializedSketchA, org.apache.hadoop.io.BytesWritable serializedSketchB)
T-test on a given pair of ArrayOfDoublesSketches- Parameters:
serializedSketchA- ArrayOfDoublesSketch in as serialized binaryserializedSketchB- ArrayOfDoublesSketch in as serialized binary- Returns:
- list of p-values
-
-