sec-9: rewrite the section

This commit is contained in:
Giù Marcer 2020-06-13 14:26:45 +02:00 committed by rnhmjoj
parent d2d3aaca86
commit 0aecf1e8d3

View File

@ -2,13 +2,16 @@
## Summary ## 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: - Properties comparison:
- Median estimation decreases in significance as $N$ decreases; - Median estimation works; 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 $N = 1000$
- HSM swtill properly works for very few points ($N = 200$); - KDE is the least accurate test (not working for Landau distribution)
- KS still 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. - Trapani test, although less informative, till works for $N = 1000$
(not working for $N = 200$)
:::
## {.noframenumbering .standout} ## {.noframenumbering .standout}