From 5a8c0d3fa5ce393cd0a1ef4bdce100eeebedeed4 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 8 Jul 2020 09:50:07 +0200 Subject: [PATCH] slides: slim down a few slides --- slides/sections/1.md | 16 +++++++--------- slides/sections/5.md | 2 -- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/slides/sections/1.md b/slides/sections/1.md index 0e2d9bd..8f56bfa 100644 --- a/slides/sections/1.md +++ b/slides/sections/1.md @@ -3,26 +3,24 @@ ## Goal -Construct six statistical tests to assert whether a sample comes from a Landau -distribution +Test whether sample comes from a Landau distribution . . . -- Generate a sample $L$ from a Landau PDF -- Generate a sample $M$ from a Moyal PDF +- sample $L$ from Landau PDF +- sample $M$ from Moyal PDF . . . -$H_0$: sample following Landau PDF +$H_0$: sample from Landau PDF - - can we accept $H_0$ for $L$? - - can we reject $H_0$ for $M$? + - accept $H_0$ for $L$? + - reject $H_0$ for $M$? ## Why Moyal? -The Landau and Moyal PDFs are really similar. -Historically, the latter was utilized as an approximation of the former. +Landau and Moyal PDFs are similar ```{=latex} \includegraphics<1>[height=5.5cm]{images/moyal-photo.jpg} diff --git a/slides/sections/5.md b/slides/sections/5.md index c83ee1f..b01e48e 100644 --- a/slides/sections/5.md +++ b/slides/sections/5.md @@ -16,8 +16,6 @@ KS statistic: - $F(x)$ is the expected CDF - $F_N(x)$ is the empirical CDF - - sort points in ascending order - - number of points preceding the point normalized by $N$ . . .