Skip to content

mattm/abtestcalculator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Because this uses ECMAScript 2015, you'll need to ensure you run gulp with the --harmony flag. You can do this with the following alias:

alias gulp='node --harmony `which gulp`'

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

About

A/B Test Calcualtor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published