AlexanderSaydakov commented on issue #425:
URL: 
https://github.com/apache/datasketches-java/issues/425#issuecomment-1409521559

   Let's say, roughly we have 1000 days in your data set. So you want to split 
the distribution into 1000 bins and estimate the mass in each bin. Suppose your 
distribution is close to uniform, so we expect about 0.1% of the input to fall 
into one bin. So when you ask the sketch what is the estimated mass of the bin 
it should say 0.001 +- 0.0165 for K=200.


-- 
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]

Reply via email to