You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling Query using a small data set the actual underlying call to calculate the percentile is never used unless the stream has been flushed. It appears just to return the value in a certain index.
It's been a while since I've been active with this project and code, but IIRC, this is to be expected. The sketch is for larger datasets. Datasets that are bounded and that fit in memory are probably best off using simpler, more accurate ways of computing quantiles.
When calling
Query
using a small data set the actual underlying call to calculate the percentile is never used unless the stream has been flushed. It appears just to return the value in a certain index.The text was updated successfully, but these errors were encountered: