Skip to content

Govannon/abtestcalculator

 
 

Repository files navigation

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 matthew.h.mazur@gmail.com.

License

MIT © Matt Mazur

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.8%
  • CSS 10.2%