This version is a experimental section to try various features and interfaces of Flip.
2018-03-26
We refine its usabilities and inner workings. Especially, the functions of Dist
including Sketch
doesn't consider the empty structure anuymore. Thus, many functions do not return options, making them easier to use.
- Many functions of
Dist
doesn't returnOption
#1 #3 - Implement
sample
for Sketch #25 - Support for-comprehension #26
- Fix minor bugs #16 #17 #20
2018-02-18
In this version, we have implemented the basic functionality of the Sketch
algorithm. Sketch
summarize real-valued random variable stream in order to estimate its probability density in a quick way, and to store and retrieve it only using the sublinear space.