Correct typo and upload data set for project work.

This commit is contained in:
Marco Oesting 2023-10-12 10:23:09 +02:00
parent b97e1fe505
commit d6dda1ab3d
2 changed files with 1 additions and 1 deletions

BIN
TemperatureData.jld2 Normal file

Binary file not shown.

View File

@ -84,7 +84,7 @@ vline!(ci_bounds_new)
The overall procedure is as follows:
1. Generate $p$ samples $\mathbf{x}^{(1)}, \mathbf{x}^{(2)}, \ldots, \mathbf{x}^{(B)}$ of size $n$ by independently resampling from $\mathbf{x}$ with replacement.
1. Generate $B$ samples $\mathbf{x}^{(1)}, \mathbf{x}^{(2)}, \ldots, \mathbf{x}^{(B)}$ of size $n$ by independently resampling from $\mathbf{x}$ with replacement.
2. Apply the estimator separately to each sample $\leadsto$ $\widehat \theta(\mathbf{x}^{(1)}), \ldots, \widehat \theta(\mathbf{x}^{(B)})$
3. Use the empirical distribution $\widehat \theta(\mathbf{x}^{(1)}), \ldots, \widehat \theta(\mathbf{x}^{(B)})$ as a proxy to the theoretical one.