From 84002e5cfbf1b184df9a7b89595bd75cef96cb21 Mon Sep 17 00:00:00 2001 From: Jan Benda Date: Wed, 4 Dec 2019 17:51:30 +0100 Subject: [PATCH] [bootstrap] improved exercise --- bootstrap/exercises/exercises01.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/exercises/exercises01.tex b/bootstrap/exercises/exercises01.tex index 3029cc1..6dfb51c 100644 --- a/bootstrap/exercises/exercises01.tex +++ b/bootstrap/exercises/exercises01.tex @@ -97,7 +97,7 @@ means of the bootstrap method and compare the result with the formula \part Load the data into Matlab (\code{load} function). \part Compute histogram, mean, and standard error of the mean of the first 80 data points. \part Compute the standard error of the mean of the first 80 data - points by means of 500 times bootstrapping. Write a function that + points by bootstrapping the data 500 times. Write a function that bootstraps the standard error of the mean of a given data set. The function should also return a vector with the bootstrapped means. \part Compute the 95\,\% confidence interval for the mean from the