zalando / expan

Open-source Python library for statistical analysis of randomised control trials (A/B tests)
MIT License
334 stars 50 forks source link

changes structure for original and corrected test statistics #208

Closed daryadedik closed 6 years ago

daryadedik commented 6 years ago

OriginalTestStatistics now holds original_test_statistics (of type SimpleTestStatistics or EarlyStoppingTestStatistics), OriginalAndCorrectedTestStatistics holds original_test_statistics and corrected_test_statistics (same types).

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.03%) to 91.103% when pulling 00fec54330ea21cc8b351e9ca4a32520f914e916 on original_corrected_statistics into de08313c430ad97860276cc55c912721fb435ca8 on master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.03%) to 91.103% when pulling 651cd6bcebc77be1e7171f8acccb3a4721aad318 on original_corrected_statistics into de08313c430ad97860276cc55c912721fb435ca8 on master.

shansfolder commented 6 years ago

Thanks Dasha! I will add the docs in the same branch..

daryadedik commented 6 years ago

not finished yet, do not review yet.