Tags: split testing

Sort by: Date / Title / URL

  1. http://mobitest.akamai.com/
    Mobile performance testing platform from akamai based on the webpagetest.org infrastructure, free. Useful.
  2. http://20bits.com/article/statistical-analysis-and-ab-testing
    A good introduction to the statistics math of split testing.
  3. http://abtester.com/calculator/
    Includes the math behind the calculation, and sample PHP code to actually generate the numbers. Very cool.
  4. http://blog.asmartbear.com/easy-statistics-for-adwords-ab-testing-and-hamsters.html
    Simple formula to calculate statistical significance at 95% on AB / split tests. N = total clicks, D = diff between win & lose, if D² > N, it's statistically significant. Example, 14 clicks A, 22 clicks B, N=36, D=22-14=8, 8²=64>36, win. If 2D²>N, 99%.

First / Previous / Next / Last / Page 1 of 1