slides: slim down a few slides
This commit is contained in:
parent
807956ba19
commit
5a8c0d3fa5
@ -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}
|
||||
|
@ -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$
|
||||
|
||||
. . .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user