Skip to content

Commit

Permalink
Add continuous convolutions lesson (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b authored Jun 27, 2023
1 parent 5cf7ad4 commit 865f43e
Show file tree
Hide file tree
Showing 3 changed files with 572 additions and 10 deletions.
21 changes: 11 additions & 10 deletions data/topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,17 @@
- winding-numbers
- inventing-math
- music-and-measure-theory
- name: Probability
slug: probability
description: An assortment of introductory ideas in probability
lessons:
- clt
- gaussian-integral
- convolutions2
- bayes-theorem
- better-bayes
- binomial-distributions
- pdfs
- name: Topology
slug: topology
description: A few clever proofs that make use of topological facts
Expand Down Expand Up @@ -141,16 +152,6 @@
- brachistochrone
- snells-law
- turbulence
- name: Probability
slug: probability
description: An assortment of introductory ideas in probability
lessons:
- clt
- gaussian-integral
- bayes-theorem
- better-bayes
- binomial-distributions
- pdfs
- name: Epidemics
slug: epidemics
description: Videos made about and during the COVID-19 pandemic
Expand Down
9 changes: 9 additions & 0 deletions public/content/lessons/2023/convolutions2/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: X+Y, in probability, is a beautiful mess | Visualizing continuous convolutions
description: How to add random varaibles, with a focus on two distinct ways to visualize the continuous case
date: 2023-06-27
video: IaSGqQa5O-M
source: _2023/convolutions2/
credits:
- Lesson by Grant Sanderson
---
Loading

0 comments on commit 865f43e

Please sign in to comment.