Reputation: 228
Do you know formul for calculating ab testing sample size per variation base on:
It is a few online tool to calculate the sample size:
Upvotes: 7
Views: 1617
Reputation: 832
For a given power, false positive rate, minimum detectable effect (MDE) and baseline conversion rate the formula can be determined by comparing the graphs under the null and alternative hypothesis.
Gerald Van Belle wrote a book called "Statistical Rules of Thumb" that reviews this approach. Below are snapshots from Chapter 2 which covers Sample Size.
The formula can be derived when you equate the critical values for alternative and null hypothesis which yields this equation:
These are all screenshots from Van Belle's textbook.
Upvotes: 0