Diff for "FAQ/boot" - CBU statistics Wiki
location: Diff for "FAQ/boot"
Differences between revisions 10 and 11
Revision 10 as of 2008-09-03 15:35:04
Size: 890
Editor: PeterWatson
Comment:
Revision 11 as of 2008-09-03 15:36:22
Size: 946
Editor: PeterWatson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
Code is available in SPSS and more succinctly [:FAQ/bootR: in R.] Code is available [http://www.stat.tamu.edu/ftp/pub/mspeed/stat653/spss/ in SPSS] and more succinctly [:FAQ/bootR: in R.]

Simulating by sampling with replacement (bootstrapping)

Consider trying to give a confidence interval for the mean from [attachment:before.jpg Raw positive skewed data.]

One way to achieve this is to bootstrap (Efron and Tibshirani, 1993) and repeatedly sample a large number of times. Sampling 500 times, taking the means of these samples and then repeating this 49 more times creates 50 sample [attachment:after.jpg bootstrapped means.]

This distribution is symmetric and, therefore, by taking the 5% and 95% percentiles we obtain a 95% Confidence interval for the sample mean.

Code is available [http://www.stat.tamu.edu/ftp/pub/mspeed/stat653/spss/ in SPSS] and more succinctly [:FAQ/bootR: in R.]

Have a look [http://www.stanford.edu/~kcobb/hrp261/cobb7.ppt here] for an example

Reference

See [attachment:boot.pdf here.]

Efron B. & Tibshirani R.J. (1993), An introduction to the bootstrap, Chapman & Hall.

None: FAQ/boot (last edited 2013-03-08 10:17:15 by localhost)