slides: final touch

This commit is contained in:
Michele Guerini Rocco 2020-06-13 18:42:32 +02:00
parent 5ebe2113c3
commit 2e0d8105e1
3 changed files with 4 additions and 4 deletions

View File

@ -231,7 +231,7 @@ Estimating confidence interval:
::: incremental ::: incremental
1. Sample $N$ points from PDF 1. Sample $N$ points from PDF
2. Sample with replacement $M$ times 2. Sample with replacement $M$ times
3. Apply the test to each new sample 3. Compute the estimator for each new sample
4. Compute mean and standard deviation 4. Compute mean and standard deviation
::: :::
\End{block} \End{block}

View File

@ -3,7 +3,7 @@
## KS ## KS
Quantify distance between expected and observed CDF. Quantify distance between expected and observed CDFs.
KS statistic: KS statistic:
@ -59,7 +59,7 @@ KS statistic:
## KS ## KS
$\bold{H_0}$: points sampled from $F$ $\bold{H_0}$: points sampled from reference distribution
::: incremental ::: incremental

View File

@ -4,7 +4,7 @@
::: incremental ::: incremental
- All tests work reliably for large samples ($N \geq 5000$) - All tests work reliably for large samples ($N = 50000$)
- Properties comparison: - Properties comparison:
- Median significance correlates well with $N$ - Median significance correlates well with $N$