An Introduction to Bootstrap Methods with Applications to R
Home > Mathematics and Science Textbooks > Mathematics > Probability and statistics > An Introduction to Bootstrap Methods with Applications to R
An Introduction to Bootstrap Methods with Applications to R

An Introduction to Bootstrap Methods with Applications to R

|
     0     
5
4
3
2
1




International Edition


About the Book

A comprehensive introduction to bootstrap methods in the R programming environment Bootstrap methods provide a powerful approach to statistical data analysis, as they have more general applications than standard parametric methods. An Introduction to Bootstrap Methods with Applications to R explores the practicality of this approach and successfully utilizes R to illustrate applications for the bootstrap and other resampling methods. This book provides a modern introduction to bootstrap methods for readers who do not have an extensive background in advanced mathematics. Emphasis throughout is on the use of bootstrap methods as an exploratory tool, including its value in variable selection and other modeling environments. The authors begin with a description of bootstrap methods and its relationship to other resampling methods, along with an overview of the wide variety of applications of the approach. Subsequent chapters offer coverage of improved confidence set estimation, estimation of error rates in discriminant analysis, and applications to a wide variety of hypothesis testing and estimation problems, including pharmaceutical, genomics, and economics. To inform readers on the limitations of the method, the book also exhibits counterexamples to the consistency of bootstrap methods. An introduction to R programming provides the needed preparation to work with the numerous exercises and applications presented throughout the book. A related website houses the book's R subroutines, and an extensive listing of references provides resources for further study. Discussing the topic at a remarkably practical and accessible level, An Introduction to Bootstrap Methods with Applications to R is an excellent book for introductory courses on bootstrap and resampling methods at the upper-undergraduate and graduate levels. It also serves as an insightful reference for practitioners working with data in engineering, medicine, and the social sciences who would like to acquire a basic understanding of bootstrap methods.

Table of Contents:
Preface xi Acknowledgments xv List of Tables xvii 1 Introduction 1 1.1 Historical Background 1 1.2 Definition and Relationship to the Delta Method and Other Resampling Methods 3 1.2.1 Jackknife 6 1.2.2 Delta Method 7 1.2.3 Cross-Validation 7 1.2.4 Subsampling 8 1.3 Wide Range of Applications 8 1.4 The Bootstrap and the R Language System 10 1.5 Historical Notes 25 1.6 Exercises 26 References 27 2 Estimation 30 2.1 Estimating Bias 30 2.1.1 Bootstrap Adjustment 30 2.1.2 Error Rate Estimation in Discriminant Analysis 32 2.1.3 Simple Example of Linear Discrimination and Bootstrap Error Rate Estimation 42 2.1.4 Patch Data Example 51 2.2 Estimating Location 53 2.2.1 Estimating a Mean 53 2.2.2 Estimating a Median 54 2.3 Estimating Dispersion 54 2.3.1 Estimating an Estimate’s Standard Error 55 2.3.2 Estimating Interquartile Range 56 2.4 Linear Regression 56 2.4.1 Overview 56 2.4.2 Bootstrapping Residuals 57 2.4.3 Bootstrapping Pairs (Response and Predictor Vector) 58 2.4.4 Heteroscedasticity of Variance: The Wild Bootstrap 58 2.4.5 A Special Class of Linear Regression Models: Multivariable Fractional Polynomials 60 2.5 Nonlinear Regression 60 2.5.1 Examples of Nonlinear Models 61 2.5.2 A Quasi-Optical Experiment 63 2.6 Nonparametric Regression 63 2.6.1 Examples of Nonparametric Regression Models 64 2.6.2 Bootstrap Bagging 66 2.7 Historical Notes 67 2.8 Exercises 69 References 71 3 Confidence Intervals 76 3.1 Subsampling, Typical Value Theorem, and Efron’s Percentile Method 77 3.2 Bootstrap-t 79 3.3 Iterated Bootstrap 83 3.4 Bias-Corrected (BC) Bootstrap 85 3.5 BCa and ABC 85 3.6 Tilted Bootstrap 88 3.7 Variance Estimation with Small Sample Sizes 90 3.8 Historical Notes 94 3.9 Exercises 96 References 98 4 Hypothesis Testing 101 4.1 Relationship to Confidence Intervals 103 4.2 Why Test Hypotheses Differently? 105 4.3 Tendril DX Example 106 4.4 Klingenberg Example: Binary Dose–Response 108 4.5 Historical Notes 109 4.6 Exercises 110 References 111 5 Time Series 113 5.1 Forecasting Methods 113 5.2 Time Domain Models 114 5.3 Can Bootstrapping Improve Prediction Intervals? 115 5.4 Model-Based Methods 118 5.4.1 Bootstrapping Stationary Autoregressive Processes 118 5.4.2 Bootstrapping Explosive Autoregressive Processes 123 5.4.3 Bootstrapping Unstable Autoregressive Processes 123 5.4.4 Bootstrapping Stationary ARMA Processes 123 5.5 Block Bootstrapping for Stationary Time Series 123 5.6 Dependent Wild Bootstrap (DWB) 126 5.7 Frequency-Based Approaches for Stationary Time Series 127 5.8 Sieve Bootstrap 128 5.9 Historical Notes 129 5.10 Exercises 131 References 131 6 Bootstrap Variants 136 6.1 Bayesian Bootstrap 137 6.2 Smoothed Bootstrap 138 6.3 Parametric Bootstrap 139 6.4 Double Bootstrap 139 6.5 The m-Out-of-n Bootstrap 140 6.6 The Wild Bootstrap 141 6.7 Historical Notes 141 6.8 Exercises 142 References 142 7 Chapter Special Topics 144 7.1 Spatial Data 144 7.1.1 Kriging 144 7.1.2 Asymptotics for Spatial Data 147 7.1.3 Block Bootstrap on Regular Grids 148 7.1.4 Block Bootstrap on Irregular Grids 148 7.2 Subset Selection in Regression 148 7.2.1 Gong’s Logistic Regression Example 149 7.2.2 Gunter’s Qualitative Interaction Example 153 7.3 Determining the Number of Distributions in a Mixture 155 7.4 Censored Data 157 7.5 P-Value Adjustment 158 7.5.1 The Westfall–Young Approach 159 7.5.2 Passive Plus Example 159 7.5.3 Consulting Example 160 7.6 Bioequivalence 162 7.6.1 Individual Bioequivalence 162 7.6.2 Population Bioequivalence 165 7.7 Process Capability Indices 165 7.8 Missing Data 172 7.9 Point Processes 174 7.10 Bootstrap to Detect Outliers 176 7.11 Lattice Variables 177 7.12 Covariate Adjustment of Area Under the Curve Estimates for Receiver Operating Characteristic (ROC) Curves 177 7.13 Bootstrapping in SAS 179 7.14 Historical Notes 182 7.15 Exercises 183 References 185 8 When the Bootstrap is Inconsistent and How to Remedy it 190 8.1 Too Small of a Sample Size 191 8.2 Distributions with Infinite Second Moments 191 8.2.1 Introduction 191 8.2.2 Example of Inconsistency 192 8.2.3 Remedies 193 8.3 Estimating Extreme Values 194 8.3.1 Introduction 194 8.3.2 Example of Inconsistency 194 8.3.3 Remedies 194 8.4 Survey Sampling 195 8.4.1 Introduction 195 8.4.2 Example of Inconsistency 195 8.4.3 Remedies 195 8.5 m-Dependent Sequences 196 8.5.1 Introduction 196 8.5.2 Example of Inconsistency When Independence Is Assumed 196 8.5.3 Remedy 197 8.6 Unstable Autoregressive Processes 197 8.6.1 Introduction 197 8.6.2 Example of Inconsistency 197 8.6.3 Remedies 197 8.7 Long-Range Dependence 198 8.7.1 Introduction 198 8.7.2 Example of Inconsistency 198 8.7.3 A Remedy 198 8.8 Bootstrap Diagnostics 199 8.9 Historical Notes 199 8.10 Exercises 201 References 201 Author Index 204 Subject Index 210


Best Sellers


Product Details
  • ISBN-13: 9780470467046
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 236 mm
  • No of Pages: 240
  • Returnable: N
  • Weight: 480 gr
  • ISBN-10: 0470467045
  • Publisher Date: 02 Dec 2011
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Spine Width: 23 mm
  • Width: 163 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
An Introduction to Bootstrap Methods with Applications to R
John Wiley & Sons Inc -
An Introduction to Bootstrap Methods with Applications to R
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

An Introduction to Bootstrap Methods with Applications to R

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!