From d9f7dc7a9bd35d63848d48b93c9f6d567ca8b0fb Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Thu, 20 Aug 2026 13:24:35 +0200 Subject: [PATCH] Density: add formula cheatsheet --- lectures/Density Estimation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/Density Estimation.jl b/lectures/Density Estimation.jl index 7302b44..7458aae 100644 --- a/lectures/Density Estimation.jl +++ b/lectures/Density Estimation.jl @@ -66,7 +66,7 @@ md""" * These lecture notes * Optional - + * The [Formula Cheatsheet for this course](https://github.com/bmlip/course/blob/main/assets/files/5SSD0_formula_sheet.pdf) contains lots of material on the Gaussian distribution. (This cheatsheet will be made available to you at the written exam.) * [Bishop PRML book on Gaussian Distributions](https://www.microsoft.com/en-us/research/wp-content/uploads/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf) (2006), pp. 85-93 * [Bishop PRML book on Bernoulli and Categorial Distributions](https://www.microsoft.com/en-us/research/wp-content/uploads/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf) (2006), pp. 67-70, 74-76, 93-94