AlexanderSaydakov commented on issue #409: URL: https://github.com/apache/datasketches-cpp/issues/409#issuecomment-1886334626
I implemented merge without calling compress() on the input and one tdigest at a time. Here is what happens with rank error after merge. The plot is too crowded. I can try plotting some things separately later. The rank error seems to be a bit worse compared to single tdigest, but does not seem to get worse with increased number of tdigests (even improves a little). I tried 32, 64 and 128 (the number does not have to be a power of 2, just a habit). <img width="1312" alt="TDigest 100 rank error after merge uniform random input" src="https://github.com/apache/datasketches-cpp/assets/13126686/c3af0c91-f3da-4d66-ad2b-500777440429"> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
