juanshishido / experiments-guide

Designing and analyzing experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experiments Guide

Description

This guide is intended to serve as a resource for individuals interested in the design and analysis of experiments. While its scope will encompass experimentation generally, particular attention will be paid to the considerations specific to online settings.

The goal of this guide is to help individuals understand causality in the context of randomized experimentation. It will cover the mechanics of experiments, focusing on how randomization solves the causal-inference problem, how to assess the validity of experimental designs, and how to deal with complications in experiments. In addition, it will address topics such as determining sample size, establishing experimental duration, and testing multiple conditions. To address the analysis component, this guide will cover sampling distributions, statistical inference, hypothesis testing, and using covariates with experimental data.

This will be presented as a set of Jupyter notebooks with text, formulae, and code examples, where possible.

Motivation

This guide was created in order to formalize and share my understanding and enthusiasm for experimentation. It was first developed as part of an independent study course while I was a graduate student at the School of Information at the University of California, Berkeley.

Table of Contents

  1. Overview
  2. Causal Inference
  3. Randomization
  4. Statistical Inference
  5. Regression

Sources

These materials are based on multiple sources, including:

Title Authors
Field Experiments: Design, Analysis, and Interpretation Gerber, Alan S. and Green, Donald P.
Introduction to Design and Analysis of Experiments Cobb, George W.
Mostly Harmless Econometrics Angrist, Joshua D. and Pischke, Jörn-Steffen
A First Course in Design and Analysis of Experiments Oehlert, Gary W.

Notes

This document will, no doubt, evolve with time. As a result, it might deviate from its original intent. Nevertheless, I hope you find it useful.

About

Designing and analyzing experiments

License:MIT License


Languages

Language:Jupyter Notebook 94.1%Language:Shell 3.3%Language:Python 2.6%Language:Makefile 0.0%