Skip to content

A very simple website to host a calculator for a bayesian sample size estimate

License

Notifications You must be signed in to change notification settings

bakermoran/ab-test-sample-size-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AB Test Sample Size

A very simple website to host a calculator for a bayesian sample size estimate. This came about because we at Root switched from frequentist statistics to Bayesian statistics in order to gain many of the advantages that come with it for AB testing at a tech company. You can read more about why we use Bayesian statistics here, but the gist of it is:

  1. It allows us to explain results better
  2. It allows us to avoid the goal of frequentist statistics, which is to avoid false positives
  3. It allows us to test faster, because of point 2. We can go with the result that we believe is not worse, because the decision is not high stakes.

That is, it would allow us to test fast, if we were not still using this sample size calculator, backed by frequentist statistics. Working on a team that has very limited access to data volume, we need to take advantage of this quality of Bayesian statistics. I therefore set out to make my own sample size calculator in order to justify a smaller sample size.

Hosted with Heroku at https://ab-test-sample-size-backend.herokuapp.com/

About

A very simple website to host a calculator for a bayesian sample size estimate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published