sections: add bootstrap
This commit is contained in:
parent
a73d25e441
commit
15fa64a376
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user