Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 890 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 890 Bytes

AB testing Framework

Computations and formulae with examples on basic A/B testing experience

Description

A simple follow along notebook explaining how to get:

  1. Required sample size for a specific A/B test experience
  2. Which hypothesis to set up and test to perform based on sample size
  3. Examples of Z test
  4. Examples of t-test
  5. The binary case
  6. A list of online tools

Dependencies

The files for the example are available in the folder. All required packages are listed in requirements.txt

Acknolegemnts