diff --git a/slides/sections/9.md b/slides/sections/9.md index 72cbed4..e7487fd 100644 --- a/slides/sections/9.md +++ b/slides/sections/9.md @@ -2,13 +2,16 @@ ## Summary -- All six tests properly work for a high number of points ($N = 50000$); +::: incremental +- 5 out of 6 tests properly work for a high number of points ($N = 50000$) - Properties comparison: - - Median estimation decreases in significance as $N$ decreases; - - KDE for FWHM is the least stable test (not working for $N \leq 1000$); - - HSM swtill properly works for very few points ($N = 200$); -- KS still properly works for very few points ($N = 200$); -- Trapani test (less informative) decreases in significance as $N$ decreases. + - Median estimation works; decreases in significance as $N$ decreases + - HSM swtill properly works for $N = 1000$ + - KDE is the least accurate test (not working for Landau distribution) +- KS still properly works for very few points ($N = 200$) +- Trapani test, although less informative, till works for $N = 1000$ + (not working for $N = 200$) +::: ## {.noframenumbering .standout}