sections: add bootstrap

This commit is contained in:
Giù Marcer 2020-06-12 17:00:27 +02:00 committed by rnhmjoj
parent a73d25e441
commit 15fa64a376

View File

@ -222,3 +222,19 @@ Root finding (Brent-Dekker) for $\quad f_{\varepsilon}(x_{\pm}) =
## Sample FWHM ## Sample FWHM
![](images/kde.pdf) ![](images/kde.pdf)
## Bootstrap
Estimating confidence interval:
. . .
\Begin{block}{Algorithm}
::: incremental
1. Sample $N$ points from PDF
2. Sample with replacement $M$ times
3. Apply the test to each new sample
4. Compute mean and standard deviation
:::
\End{block}