Source code and resources for my MSc Statistics thesis on matching methods for use with observational studies.
Matching is a field within causal inference which attempts to reduce the effects of selection bias on parameter estimates; for example, estimates of the Average Treatment Effect (ATE).
paper
contains the LaTeX source (and.bib
files) for my thesis;matching
is a python package I have developed for matching observational data;experiments
contains experiments conducted usingmatching
; run the experiments via
python -m experiments
docs
contains extensive documentation for the packagematching