Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 529 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 529 Bytes

Bayesian AB test package

About

Bayesian posterior calculation, visualization and analysis for AB test. Includes only data distribution for which a conjugated prior is available.

Currently available data type:

  • Poisson data with gamma prior and posterior
  • Bernoulli data with beta prior and posterior
  • Normal data with both mean and standard deviation unknown with normal gamma prior and posterior

Available soon:

  • Exponential data
  • Pareto data
  • Multinomial (categorical) data
  • Gamma data

Installation

Usage