-
Website
http://20bits.com -
Original page
http://20bits.com/articles/statistical-analysis-and-ab-testing/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Felix Purnama
3 comments · 1 points
-
hadley
2 comments · 1 points
-
adamheroku
2 comments · 3 points
-
twiss
2 comments · 1 points
-
maxima128
2 comments · 1 points
-
-
Popular Threads
http://blog.socialmedia.com/crafting-a-statisti...
That's a nice video. I wonder what software they were using?
http://blog.socialmedia.com/wp-content/uploads/...
I just tried it and had to watch the video a couple of times to understand how to use the spreadsheet.
Cheers,
Blog Review
http://www.ceondo.com/ecte/2009/08/ab-testing-b...
I really recommend everybody to do some AB testing. I am linking to the PHP code to the tests from my article if people are interested.
For the distribution of the conversion rate, it seems like it should be a binomial distribution, which can be approximated by the normal distribution (as Jesse asserts in the comments) with scale.
But how about if we take this one step further and look to measure this on an e-commerce website, where there's not just conversion rate but also average order value to consider? (Really, we want to look at the contribution margin, but let's assume -- admittedly incorrectly -- that we have a 100% margin on the shopping cart.) This considers contribution per visitor, a broader metric of an e-commerce website than simply conversion rate. (And of course the subsequent step is to follow the impact on lifetime customer value, but let's not go there for now.)
Now if you consider the distribution of average order value on a typical e-commerce website, often ~95% do not convert. Of those who do convert, there's typically a normally distributed range of average order values. But if you plot the entire range of AOV, including those who don't convert, there's a huge 'peak' at zero followed by a normal bell curve. This is a more complicated distribution than a simple normal distribution.
Does anyone have insights on how to analyze the A/B results for contribution per visitor given this type of distribution? Seems like perhaps a compound Poisson, or something similarly complex. Or can someone perhaps provide a good justification of why this level of complexity is unnecessary in the analysis?
Thanks,
Jonathan