Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.37 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.37 KB

A/B Test Calculator

This repository hosts the source code for ABTestCalculator.com, a visual A/B test significance calculator.

Development

First, clone this repository and ensure you have npm installed.

Next, install the project's dependencies by running npm install.

Finally, simply run gulp from the command line and then open build/index.html in your browser.

The Math

For an explanation of the math behind A/B testing significance calculations, checkout this excellent series by Aaron O'Connell:

This tool uses the Wald method to estimate the distribution of the sample proportions and tests are considered significant at the p = 0.10 confidence level.

Contact

If you have any suggestions, find a bug, or just want to say hey drop me a note at @mhmazur on Twitter or by email at [email protected].

License

MIT © Matt Mazur