Matt52 / bayesian-testing

Bayesian A/B testing
MIT License
72 stars 9 forks source link

Dirichlet data #10

Closed Matt52 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #10 (3ddb673) into main (b5620b2) will increase coverage by 0.68%. The diff coverage is 99.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   96.13%   96.81%   +0.68%     
==========================================
  Files          18       20       +2     
  Lines         517      660     +143     
==========================================
+ Hits          497      639     +142     
- Misses         20       21       +1     
Impacted Files Coverage Δ
bayesian_testing/experiments/discrete.py 98.52% <98.52%> (ø)
bayesian_testing/experiments/__init__.py 100.00% <100.00%> (ø)
bayesian_testing/metrics/__init__.py 100.00% <100.00%> (ø)
bayesian_testing/metrics/pbbs.py 100.00% <100.00%> (ø)
bayesian_testing/metrics/posteriors.py 100.00% <100.00%> (ø)
tests/test_discrete.py 100.00% <100.00%> (ø)
tests/test_normal.py 100.00% <100.00%> (ø)
tests/test_pbbs.py 100.00% <100.00%> (ø)
tests/test_posteriors.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b5620b2...3ddb673. Read the comment docs.