The purpose of this course is to introduce students to statistical thinking, a systematic way of thinking to describe "real world" phenomena taking into account their inherent uncertainty and using data for decision making.
The course introduces the fundamentals of statistical thinking, which are descriptive data analysis, statistical programming in R, and probability theory. It then teaches the two most important schools of statistical inference: frequentist inference and Bayesian inference. Finally, advanced topics such as model evaluation using information theory, directed graphical models for modeling conditional dependencies between variables, and multilevel models are discussed.
-
Lecturer: Felipe Bravo-Marquez
-
TAs: Martín Paredes
-
Lectures: Monday 14:30 - 16:00, Wednesday 14:30 - 16:00
-
Course Program (in Spanish)
- Introduction to Statistical Thinking | (tex source file), video 1, video 2
- Introduction to R | (tex source file), video 1, video 2, video 3, video 4
- Descriptive Statistics | (tex source file), video 1, video 2, video 3, video 4
- Probability | (tex source file), video 1, video 2, video 3, video 4, video 5, video 6
- Introduction to Statistical Inference | (tex source file), video 1, video 2, video 3, video 4, video 5, video 6, video 7, video 8
- Design of Experiments & Hypothesis Testing | (tex source file), video 1, video 2, video 3, video 4, video 5, video 6
- Linear Regression | (tex source file), video 1, video 2, video 3, video 4, video 5, video 6
- Introduction to Bayesian Inference | (tex source file), video 1, video 2, video 3, video 4, video 5, video 6, video 7
- Summarizing the Posterior | (tex source file), video 1, video 2, video 3, video 4
- Bayesian Linear Regression | (tex source file), video 1, video 2, video 3, video 4, video 5
- Markov Chain Monte Carlo | (tex source file), video 1, video 2, video 3, video 4, video 5, video 6
- Model Evaluation and Information Criteria | (tex source file), video 1, video 2, video 3, video 4, video 5, video 6
- Directed Graphical Models | (tex source file), video 1, video 2, video 3, video 4, video 5, video 6
- Generalized and Multilevel Linear Models | (tex source file) (Work in Progress: Chapter 13 of Statistical Rethinking)
- Rethinking R package
- STAN: a state-of-the-art platform for statistical modeling and high-performance statistical computation
- Rstan: the R interface to Stan , installation instructions
- Pyro: a universal probabilistic programming language (PPL) written in Python and supported by PyTorch on the backend
- DAGitty — draw and analyze causal diagrams
- Statistical Thinking for the 21st Century
- All of Statistics - A Concise Course in Statistical Inference by Larry Wasserman
- Statistical Rethinking by Richard McElreath
- Doing Bayesian Data Analysis: A Tutorial with R, JAGS, and Stan by John K. Kruschke
- Bayesian Data Analysis
- Answering questions with data
- Introduction to Modern Statistics by Mine Çetinkaya-Rundel and Johanna Hardin
- Let's Explore Statistics by Colin Quirk
- Probabilistic Machine Learning: An Introduction by Kevin Patrick Murphy
- Trustworthy Online Controlled Experiments: A Practical Guide to A/B Testing by Ron Kohavi, Diane Tang, and Ya Xu
- Applied Biostats by Yaniv Brandvain
- Probability and Statistics: a simulation-based introduction by Bob Carpenter
- Beyond Multiple Linear Regression: Applied Generalized Linear Models and Multilevel Models in R by Paul Roback and Julie Legler
- Patterns, Predictions, and Actions, A story about machine learning by Moritz Hardt and Benjamin Recht
- Bayes Rules! An Introduction to Bayesian Modeling with R
- Regression and Other Stories by Andrew Gelman, Jennifer Hill, and Aki Vehtari
- Richard McElreath - Statistical Rethinking Winter 2020
- Jonathan Marchini - Introduction to Probability Theory and Statistics
- Jonathan Marchini - Foundations of Statistical Inference
- Introduction to Mathematical Statistics PennState
- Richard McElreath - Statistical Rethinking Winter 2019 Videolectures
- Detecting Network Effects: Randomizing Over Randomized Experiments
- Statistical Rethinking with brms, ggplot2, and the tidyverse
- Statistical Rethinking with Python and PyMC3
- Statistical Rethinking with PyTorch and Pyro
- Demystifying hypothesis testing with simple Python examples
- On Bayesian and frequentist, latent variables and parameters By Dustin Tran
- What is statistics by Michael Jordan
- Foundations of Statistics – Frequentist and Bayesian by Mary Parker
- The Permutation Test by Jared Wilber
- Spurious Correlations
- Research Methods and Statistics Bristol University
- Seeing Theory - Frequentist Inference
- Stats with R by Manny Gimond
- FiveMinuteStats by Matthew Stephens
- Experimentation - Yale Universtity
- Probabilistic graphical models notes by Stefano Ermon
- D-separation without tears by Judea Pearl
- ML beyond Curve Fitting: An Intro to Causal Inference and do-Calculus by Ferenc Huszár
- AIC and BIC by Barum Park