AlexanderSaydakov commented on issue #409: URL: https://github.com/apache/datasketches-cpp/issues/409#issuecomment-1863456778
I checked in the code as a branch here: https://github.com/apache/datasketches-cpp/tree/tdigest Not done yet: get_quantile(rank) method, merge(other) method This is equivalent to MergingDigest with the default K_2 scaling function. I am not sure whether we want other flavors and scaling functions. Also I don't quite understand a couple of expressions in get_rank() (cdf() in Java) marked with "// ?" -- 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]
