How to calculate ab testing sample size
Asked Answered
S

1

7

Do you know formul for calculating ab testing sample size per variation base on:

  1. Baseline Conversion Rate
  2. Minimum Detectable Effect
  3. Statistical Significance
  4. Statistical Power

It is a few online tool to calculate the sample size:

Stetson answered 20/1, 2015 at 13:23 Comment(0)
C
0

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.

Sampling model for two sample, two-sided alternative, equal variance nder null and alternative hypothesis

The formula can be derived when you equate the critical values for alternative and null hypothesis which yields this equation:

Equation that equates both null and alternative for the critical value

These are all screenshots from Van Belle's textbook.

Carew answered 9/7, 2021 at 1:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.