Bayesian Inference | Statistical Rethinking 2022 Lecture 02

Added:

Bayesian Basics
Counting Paths
Normalization
Posterior Curve
Bayes Features
Model Notation
Grid Method
Predictive Power
Core Logic

Bayesian Basics

0:01
Playing Section
  • 1

    Introduces core logic of counting ways data can occur.

  • 2

    Uses globe tossing to explain parameter inference.

  • 3

    Establishes that explanations with more paths are more plausible.

Fundamental probability theory, specifically conditional probability and the mathematical formulation of Bayes' Theorem.
The basic concept of probability distributions (both discrete and continuous), including probability density functions (PDFs).
Basic programming literacy in R or Python to comprehend the computational implementation of grid approximation.
The conceptual distinction between parameters (unobserved variables to be estimated) and data (observed outcomes).
Markov Chain Monte Carlo (MCMC) sampling methods, which are necessary when grid approximation becomes computationally intractable in higher dimensions.
Bayesian linear regression and the formulation of generalized linear models (GLMs) using probabilistic programming tools like Stan or PyMC.
Model evaluation and comparison techniques, such as Information Criteria (WAIC) and Leave-One-Out Cross-Validation (LOO-CV).
Constructing and interpreting multilevel (hierarchical) models to account for structured, nested, or grouped data.
92.8K views0likes1:12:46@rmcelreathOriginal Release: 2022-01-04

Bayesian inference is a logical approach to statistical analysis where for each possible explanation of the data, we count all the ways that data could have occurred, and explanations with more ways to produce the data are considered more plausible; this counting process is implemented through methods like grid approximation and posterior predictive distributions to make inferences about parameters such as the proportion of Earth's surface covered in water.