leerho commented on PR #679: URL: https://github.com/apache/datasketches-java/pull/679#issuecomment-3142148010
BTW: Here is the output from my test where I merged all 6 permutations of the 3 sketches. I also am using a different generator that generates many more unique values in a power series. BaseValue: 576460752303423488, limit: 1152921504606846976, Count: 131072, lastPt: 1152915407635890048 BaseValue: 1152921504606846976, limit: 2305843009213693952, Count: 131072, lastPt: 2305830815271780096 BaseValue: 2305843009213693952, limit: 4611686018427387904, Count: 131072, lastPt: 4611661630543560192 SketchA estimate: 128947.29216816794, RE%: -1.6210234312683536 SketchB estimate: 131725.5279723843, RE%: 0.49860227385276623 SketchD estimate: 131362.18376487677, RE%: 0.2213926428808355 NOTE: Sketch Error for Composite Estimator for LgK = 11 is +/- 4.6% at 95% confidence. Merge order ABC: 391849.64524179656 Merge order ACB: 391849.64524179656 Merge order BAC: 391849.64524179656 Merge order BCA: 391849.64524179656 Merge order CAB: 391849.64524179656 Merge order CBA: 391849.64524179656 PASSED: org.apache.datasketches.hll.HllSketchMergeOrderBTest.testDataSketchHLLMergeOrderDependency -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@datasketches.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@datasketches.apache.org For additional commands, e-mail: dev-h...@datasketches.apache.org