PSYC 201B
Schedule
Final Project
Open Datasets
Glossary
Guides & Resources
Git & Github
Github Classroom
Python Resources
Mathematical Notation Reference
Common Formulas Reference
Anonymous Feedback
Previous course versions
Week 4
Overview
Site Updates:
Slides Week 8
Week 1
Overview
“Pre-flight” Lab Setup
Python Fundamentals
Polars (dataframes) Crash Course
Week 2
Overview
Seaborn (plotting) Crash Course
EDA Workflows
Week 3
Overview
Week 4
Overview
Simulation & Bootstrapping
Permutation & Cross-Validation
Week 5
Overview
Week 6
Overview
Regression Basics
Categorical Predictors
Week 8
Overview
On this page
Overview
Learning Goals
Slides
Materials
Mentioned References
Additional References
Modeling & Inference
Resampling Approaches
Week 4
Overview
Week 4
Overview
Caution
📚 HW2 (Deadline 11:59pm Mon Feb 2)
Github Classroom Assignment
Learning Goals
Understand the mechanics of the sampling distribution
Understand what statistical
inference
means in practice
Understand the “4 Horseman” of resampling:
Monte-Carlo simulation (assumptions)
Bootstrap (resampling with replacement)
Permutation (shuffling)
Cross-validation (generalization)
Slides
Tip
Slides Wed Jan 26
Materials
Caution
📚 Lab
Github Classroom Assignment
Mentioned References
Statistics for Hackers
Download
Youtube
Additional References
Modeling & Inference
Central Limit Theorem
Overview of basic statistical models
Overview of basic statistical inference
What is sampling?
Statistical Inference & Hypothesis testing
Statistical Inference enables Bad Science. Statistical Thinking Enables Good Science
Resampling Approaches
Hypothesis testing with randomization (Permutation)
Confidence intervals with Bootstrapping
Bootstrapping a single mean
The Importance of Data Splitting
Cross Validation
Permutation test