Book Image

Mastering Clojure Data Analysis

By : Eric Richard Rochester
Book Image

Mastering Clojure Data Analysis

By: Eric Richard Rochester

Overview of this book

Table of Contents (17 chapters)
Mastering Clojure Data Analysis
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 8. A/B Testing – Statistical Experiments for the Web

One of the most common uses of statistics on the Internet right now is A/B testing. This acts as an aid to design and increase interactions with users in a data-driven way. It's used all over the Web, and there have been some high-profile instances of these techniques being written about in blogs and articles online. For instance, there were several descriptions of how Baraka Obama's 2012 US Presidential campaign used A/B testing to increase both donations and how many people signed up for the e-mail updates.

Over the course of this chapter, we'll look at the following topics:

  • Defining A/B testing

  • Conducting an A/B test

  • Analyzing the results

By the end, we'll have simulated a small A/B test to measure a click-through on two different versions of text for a button.