I added a comprehensive README with a full API reference and a quick start guide
I added a comprehensive README with a full API reference and a quick start guide
I added way more tests covering most of the code of the statistical engine of the algorithm and the OPE schema itself. I fixed some minor issues like golang ceiling integer division, but now every test is passing
I ported the statistic engine and the OPE schema (that integrates hypergeometric distribution) from pyope and I also wrote more tests, mostly for the OPE schema itself. Planning to write even more tests
I’m studying the paper and I’m currently porting the hypergeometric distribution (HGD) system entirely from tonyo/pyope. I also wrote some tests for the Rhyper function (which in fact performs the hypergeometric random variation)