1 / 8

Resampling

Resampling. Bootstrapping Jackknifing. Purpose of resampling. When the distributions of the estimated parameters are not known, either because The distribution of the original variable is not known, or

spetree
Download Presentation

Resampling

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Resampling Bootstrapping Jackknifing AGR206

  2. Purpose of resampling • When the distributions of the estimated parameters are not known, either because • The distribution of the original variable is not known, or • There is no mathematical formula or rationale to relate the distribution of the estimator to the distribution of the original variables. • Example: • there is no “formula” for the distribution of the product of two normal distributions! AGR206

  3. When to use resampling • When distributions are unknown/not met. • Robust regression. • Weighted regression. • When formulas are unknown/cumbersome. • Unusual ecological indices. AGR206

  4. BOOTSTRAPPING Random resampling with replacement. Gives bias, s. error and CI’s. Uses sample as proxy of population and repeats sampling process exactly the same way as for the original sample to obtain hundreds of bootstrap samples. JACKKNIFING No random component. Gives bias & s. error, but no CI. Hold out one observation at a time and recalculate statistics for each subset. Common resampling techniques AGR206

  5. Assumptions: • Observations of the original sample are independent. • Sample is not small (n>30). AGR206

  6. Bootstrapping equations: • Take a statistic π(x) where x are the values of a measure in the sample. For example when π(x)=Sx/n, π is the average. • Let x denote the original sample and xi* denote a bootstrap sample. • Average bias=average π(xi*)-π(x). • Estimated variance • S2π= S[π(xi*)-avg π(xi*)]2/(B-1)where B is the number of bootstrap samples. AGR206

  7. Potential problems • Small sample size. • Computationally demanding. • Lack of user-friendly software for general purpose. • Bootstrapping for CI requires many more bootstrap samples and has to be corrected for bias. AGR206

  8. Example • Multiple Linear regression • Fixed X case. Resample from the residuals and add to predicted values. • Random X case. Resample from the observations, taking each as a unit. AGR206

More Related