TDigest handles crazy outliers
Summary: The algorithm in the TDigest paper does not handle weird outliers very well. This diff changes the clamp logic to clamp between the prev and next centroids rather than min_ and max_. This gives much better results. Reviewed By: yfeldblum Differential Revision: D9192686 fbshipit-source-id: 171a7b7db5552802f91e6e95bb541a1b03c8821d
Showing
Please register or sign in to comment