HOME

TheInfoList



OR:

Bootstrapping is any test or metric that uses random sampling with replacement (e.g. mimicking the sampling process), and falls under the broader class of resampling methods. Bootstrapping assigns measures of accuracy (bias, variance,
confidence interval In frequentist statistics, a confidence interval (CI) is a range of estimates for an unknown parameter. A confidence interval is computed at a designated ''confidence level''; the 95% confidence level is most common, but other levels, such as 9 ...
s, prediction error, etc.) to sample estimates.software
This technique allows estimation of the sampling distribution of almost any statistic using random sampling methods. Bootstrapping estimates the properties of an estimand (such as its variance) by measuring those properties when sampling from an approximating distribution. One standard choice for an approximating distribution is the empirical distribution function of the observed data. In the case where a set of observations can be assumed to be from an independent and identically distributed population, this can be implemented by constructing a number of resamples with replacement, of the observed data set (and of equal size to the observed data set). It may also be used for constructing hypothesis tests. It is often used as an alternative to
statistical inference Statistical inference is the process of using data analysis to infer properties of an underlying distribution of probability.Upton, G., Cook, I. (2008) ''Oxford Dictionary of Statistics'', OUP. . Inferential statistical analysis infers properti ...
based on the assumption of a parametric model when that assumption is in doubt, or where parametric inference is impossible or requires complicated formulas for the calculation of standard errors.


History

The bootstrap was published by Bradley Efron in "Bootstrap methods: another look at the jackknife" (1979), inspired by earlier work on the jackknife.Quenouille M (1949) Approximate tests of correlation in time-series. J Roy Statist Soc Ser B 11 68–84Tukey J (1958) Bias and confidence in not-quite large samples (abstract). Ann Math Statist 29 614Jaeckel L (1972) The infinitesimal jackknife. Memorandum MM72-1215-11, Bell Lab Improved estimates of the variance were developed later.Bickel P, Freeman D (1981) Some asymptotic theory for the bootstrap. Ann Statist 9 1196–1217Singh K (1981
On the asymptotic accuracy of Efron’s bootstrap
Ann Statist 9 1187–1195
A Bayesian extension was developed in 1981.Rubin D (1981). The Bayesian bootstrap. Ann Statist 9 130–134 The bias-corrected and accelerated (BCa) bootstrap was developed by Efron in 1987, and the ABC procedure in 1992.Diciccio T, Efron B (1992
More accurate confidence intervals in exponential families
Biometrika 79 231–245


Approach

The basic idea of bootstrapping is that inference about a population from sample data (sample → population) can be modeled by ''resampling'' the sample data and performing inference about a sample from resampled data (resampled → sample). As the population is unknown, the true error in a sample statistic against its population value is unknown. In bootstrap-resamples, the 'population' is in fact the sample, and this is known; hence the quality of inference of the 'true' sample from resampled data (resampled → sample) is measurable. More formally, the bootstrap works by treating inference of the true probability distribution ''J'', given the original data, as being analogous to an inference of the empirical distribution ''Ĵ'', given the resampled data. The accuracy of inferences regarding ''Ĵ'' using the resampled data can be assessed because we know ''Ĵ''. If ''Ĵ'' is a reasonable approximation to ''J'', then the quality of inference on ''J'' can in turn be inferred. As an example, assume we are interested in the average (or
mean There are several kinds of mean in mathematics, especially in statistics. Each mean serves to summarize a given group of data, often to better understand the overall value ( magnitude and sign) of a given data set. For a data set, the '' ar ...
) height of people worldwide. We cannot measure all the people in the global population, so instead, we sample only a tiny part of it, and measure that. Assume the sample is of size ''N''; that is, we measure the heights of ''N'' individuals. From that single sample, only one estimate of the mean can be obtained. In order to reason about the population, we need some sense of the variability of the mean that we have computed. The simplest bootstrap method involves taking the original data set of heights, and, using a computer, sampling from it to form a new sample (called a 'resample' or bootstrap sample) that is also of size ''N''. The bootstrap sample is taken from the original by using sampling with replacement (e.g. we might 'resample' 5 times from ,2,3,4,5and get ,5,4,4,1, so, assuming ''N'' is sufficiently large, for all practical purposes there is virtually zero probability that it will be identical to the original "real" sample. This process is repeated a large number of times (typically 1,000 or 10,000 times), and for each of these bootstrap samples, we compute its mean (each of these is called a "bootstrap estimate"). We now can create a histogram of bootstrap means. This histogram provides an estimate of the shape of the distribution of the sample mean from which we can answer questions about how much the mean varies across samples. (The method here, described for the mean, can be applied to almost any other
statistic A statistic (singular) or sample statistic is any quantity computed from values in a sample which is considered for a statistical purpose. Statistical purposes include estimating a population parameter, describing a sample, or evaluating a hypo ...
or estimator.)


Discussion


Advantages

A great advantage of bootstrap is its simplicity. It is a straightforward way to derive estimates of standard errors and confidence intervals for complex estimators of the distribution, such as percentile points, proportions, odds ratio, and correlation coefficients. However, despite its simplicity, bootstrapping can be applied to complex sampling designs (e.g. for population divided into s strata with ns observations per strata, bootstrapping can be applied for each strata). Bootstrap is also an appropriate way to control and check the stability of the results. Although for most problems it is impossible to know the true confidence interval, bootstrap is asymptotically more accurate than the standard intervals obtained using sample variance and assumptions of normality.DiCiccio TJ, Efron B (1996) Bootstrap confidence intervals (with Discussion). Statistical Science 11: 189–228 Bootstrapping is also a convenient method that avoids the cost of repeating the experiment to get other groups of sample data.


Disadvantages

Bootstrapping depends heavily on the estimator used and, though simple, ignorant use of bootstrapping will not always yield asymptotically valid results and can lead to inconsistency. Although bootstrapping is (under some conditions) asymptotically consistent, it does not provide general finite-sample guarantees. The result may depend on the representative sample. The apparent simplicity may conceal the fact that important assumptions are being made when undertaking the bootstrap analysis (e.g. independence of samples or large enough of a sample size) where these would be more formally stated in other approaches. Also, bootstrapping can be time-consuming and there are not many available software for bootstrapping as it is difficult to automate using traditional statistical computer packages.


Recommendations

Scholars have recommended more bootstrap samples as available computing power has increased. If the results may have substantial real-world consequences, then one should use as many samples as is reasonable, given available computing power and time. Increasing the number of samples cannot increase the amount of information in the original data; it can only reduce the effects of random sampling errors which can arise from a bootstrap procedure itself. Moreover, there is evidence that numbers of samples greater than 100 lead to negligible improvements in the estimation of standard errors. In fact, according to the original developer of the bootstrapping method, even setting the number of samples at 50 is likely to lead to fairly good standard error estimates. Adèr et al. recommend the bootstrap procedure for the following situations: :*When the theoretical distribution of a statistic of interest is complicated or unknown. Since the bootstrapping procedure is distribution-independent it provides an indirect method to assess the properties of the distribution underlying the sample and the parameters of interest that are derived from this distribution. :*When the
sample size Sample size determination is the act of choosing the number of observations or replicates to include in a statistical sample. The sample size is an important feature of any empirical study in which the goal is to make inferences about a populati ...
is insufficient for straightforward statistical inference. If the underlying distribution is well-known, bootstrapping provides a way to account for the distortions caused by the specific sample that may not be fully representative of the population. :* When power calculations have to be performed, and a small pilot sample is available. Most power and sample size calculations are heavily dependent on the standard deviation of the statistic of interest. If the estimate used is incorrect, the required sample size will also be wrong. One method to get an impression of the variation of the statistic is to use a small pilot sample and perform bootstrapping on it to get impression of the variance. However, Athreya has shown that if one performs a naive bootstrap on the sample mean when the underlying population lacks a finite variance (for example, a power law distribution), then the bootstrap distribution will not converge to the same limit as the sample mean. As a result, confidence intervals on the basis of a Monte Carlo simulation of the bootstrap could be misleading. Athreya states that "Unless one is reasonably sure that the underlying distribution is not heavy tailed, one should hesitate to use the naive bootstrap".


Types of bootstrap scheme

In univariate problems, it is usually acceptable to resample the individual observations with replacement ("case resampling" below) unlike subsampling, in which resampling is without replacement and is valid under much weaker conditions compared to the bootstrap. In small samples, a parametric bootstrap approach might be preferred. For other problems, a ''smooth bootstrap'' will likely be preferred. For regression problems, various other alternatives are available.


Case resampling

The bootstrap is generally useful for estimating the distribution of a statistic (e.g. mean, variance) without using normality assumptions (as required, e.g., for a z-statistic or a t-statistic). In particular, the bootstrap is useful when there is no analytical form or an asymptotic theory (e.g., an applicable central limit theorem) to help estimate the distribution of the statistics of interest. This is because bootstrap methods can apply to most random quantities, e.g., the ratio of variance and mean. There are at least two ways of performing case resampling. # The Monte Carlo algorithm for case resampling is quite simple. First, we resample the data with replacement, and the size of the resample must be equal to the size of the original data set. Then the statistic of interest is computed from the resample from the first step. We repeat this routine many times to get a more precise estimate of the Bootstrap distribution of the statistic. # The 'exact' version for case resampling is similar, but we exhaustively enumerate every possible resample of the data set. This can be computationally expensive as there are a total of \binom n = \frac different resamples, where ''n'' is the size of the data set. Thus for ''n'' = 5, 10, 20, 30 there are 126, 92378, 6.89 × 1010 and 5.91 × 1016 different resamples respectively.


Estimating the distribution of sample mean

Consider a coin-flipping experiment. We flip the coin and record whether it lands heads or tails. Let be 10 observations from the experiment. if the i th flip lands heads, and 0 otherwise. By invoking the assumption that the average of the coin flips is normally distributed, we can use the t-statistic to estimate the distribution of the sample mean, : \bar = \frac (x_1 + x_2 + \cdots + x_). Such a normality assumption can be justified either as an approximation of the distribution of each ''individual'' coin flip or as an approximation of the distribution of the ''average'' of a large number of coin flips. The former is a poor approximation because the true distribution of the coin flips is Bernoulli instead of normal. The latter is a valid approximation in ''infinitely large'' samples due to the central limit theorem. However, if we are not ready to make such a justification, then we can use the bootstrap instead. Using case resampling, we can derive the distribution of \bar. We first resample the data to obtain a ''bootstrap resample''. An example of the first resample might look like this . There are some duplicates since a bootstrap resample comes from sampling with replacement from the data. Also the number of data points in a bootstrap resample is equal to the number of data points in our original observations. Then we compute the mean of this resample and obtain the first ''bootstrap mean'': ''μ''1*. We repeat this process to obtain the second resample ''X''2* and compute the second bootstrap mean ''μ''2*. If we repeat this 100 times, then we have ''μ''1*, ''μ''2*, ..., ''μ''100*. This represents an ''empirical bootstrap distribution'' of sample mean. From this empirical distribution, one can derive a ''bootstrap confidence interval'' for the purpose of hypothesis testing.


Regression

In regression problems, ''case resampling'' refers to the simple scheme of resampling individual cases – often rows of a data set. For regression problems, as long as the data set is fairly large, this simple scheme is often acceptable. However, the method is open to criticism. In regression problems, the
explanatory variable Dependent and independent variables are variables in mathematical modeling, statistical modeling and experimental sciences. Dependent variables receive this name because, in an experiment, their values are studied under the supposition or deman ...
s are often fixed, or at least observed with more control than the response variable. Also, the range of the explanatory variables defines the information available from them. Therefore, to resample cases means that each bootstrap sample will lose some information. As such, alternative bootstrap procedures should be considered.


Bayesian bootstrap

Bootstrapping can be interpreted in a Bayesian framework using a scheme that creates new data sets through reweighting the initial data. Given a set of N data points, the weighting assigned to data point i in a new data set \mathcal^J is w^J_i = x^J_i - x^J_, where \mathbf^J is a low-to-high ordered list of N-1 uniformly distributed random numbers on ,1/math>, preceded by 0 and succeeded by 1. The distributions of a parameter inferred from considering many such data sets \mathcal^J are then interpretable as posterior distributions on that parameter.


Smooth bootstrap

Under this scheme, a small amount of (usually normally distributed) zero-centered random noise is added onto each resampled observation. This is equivalent to sampling from a
kernel density In statistics, kernel density estimation (KDE) is the application of kernel smoothing for probability density estimation, i.e., a non-parametric method to estimate the probability density function of a random variable based on '' kernels'' as ...
estimate of the data. Assume ''K'' to be a symmetric kernel density function with unit variance. The standard kernel estimator \hat_h(x) of f(x) is : \hat_h(x)=\sum_^nK\left(\right),  where h is the smoothing parameter. And the corresponding distribution function estimator \hat_h(x) is : \hat_h(x)=\int_^x \hat f_h(t)\,dt. 


Parametric bootstrap

Based on the assumption that the original data set is a realization of a random sample from a distribution of a specific parametric type, in this case a parametric model is fitted by parameter θ, often by
maximum likelihood In statistics, maximum likelihood estimation (MLE) is a method of estimating the parameters of an assumed probability distribution, given some observed data. This is achieved by maximizing a likelihood function so that, under the assumed stat ...
, and samples of random numbers are drawn from this fitted model. Usually the sample drawn has the same sample size as the original data. Then the estimate of original function F can be written as \hat=F_. This sampling process is repeated many times as for other bootstrap methods. Considering the centered sample mean in this case, the random sample original distribution function F_ is replaced by a bootstrap random sample with function F_, and the probability distribution of \bar-\mu_ is approximated by that of \bar_n^*-\mu^*, where \mu^*=\mu_, which is the expectation corresponding to F_. The use of a parametric model at the sampling stage of the bootstrap methodology leads to procedures which are different from those obtained by applying basic statistical theory to inference for the same model.


Resampling residuals

Another approach to bootstrapping in regression problems is to resample residuals. The method proceeds as follows. # Fit the model and retain the fitted values \widehat_i and the residuals \widehat_i = y_i - \widehat_i, (i = 1,\dots, n). # For each pair, (''xi'', ''yi''), in which ''xi'' is the (possibly multivariate) explanatory variable, add a randomly resampled residual, \widehat_j, to the fitted value \widehat_i. In other words, create synthetic response variables y^*_i = \widehat_i + \widehat_j where ''j'' is selected randomly from the list (1, ..., ''n'') for every ''i''. # Refit the model using the fictitious response variables y^*_i, and retain the quantities of interest (often the parameters, \widehat\mu^*_i, estimated from the synthetic y^*_i). # Repeat steps 2 and 3 a large number of times. This scheme has the advantage that it retains the information in the explanatory variables. However, a question arises as to which residuals to resample. Raw residuals are one option; another is studentized residuals (in linear regression). Although there are arguments in favor of using studentized residuals; in practice, it often makes little difference, and it is easy to compare the results of both schemes.


Gaussian process regression bootstrap

When data are temporally correlated, straightforward bootstrapping destroys the inherent correlations. This method uses Gaussian process regression (GPR) to fit a probabilistic model from which replicates may then be drawn. GPR is a Bayesian non-linear regression method. A Gaussian process (GP) is a collection of random variables, any finite number of which have a joint Gaussian (normal) distribution. A GP is defined by a mean function and a covariance function, which specify the mean vectors and covariance matrices for each finite collection of the random variables. Regression model: : y(x)=f(x)+\varepsilon,\ \ \varepsilon\sim \mathcal(0,\sigma^2), \varepsilon is a noise term. Gaussian process prior: For any finite collection of variables, ''x''1, ..., ''x''''n'', the function outputs f(x_1),\ldots,f(x_n) are jointly distributed according to a multivariate Gaussian with mean m= (x_1),\ldots,m(x_n)\intercal and covariance matrix (K)_=k(x_i,x_j). Assume f(x)\sim \mathcal(m,k). Then y(x)\sim \mathcal(m,l), where l(x_i,x_j)=k(x_i,x_j)+\sigma^2\delta(x_i,x_j), and \delta(x_i,x_j) is the standard Kronecker delta function. Gaussian process posterior: According to GP prior, we can get : (x_1),\ldots,y(x_r)sim \mathcal(m_0,K_0) , where m_0= (x_1),\ldots,m(x_r)\intercal and (K_0)_=k(x_i,x_j)+\sigma^2\delta(x_i,x_j). Let x1*,...,xs* be another finite collection of variables, it's obvious that : (x_1),\ldots,y(x_r),f(x_1^*),\ldots,f(x_s^*)\intercal\sim \mathcal(\binom\begin K_0 & K_* \\ K_*^\intercal & K_ \end) , where m_*= (x_1^*),\ldots,m(x_s^*)\intercal, (K_)_=k(x_i^*,x_j^*), (K_*)_=k(x_i,x_j^*). According to the equations above, the outputs ''y'' are also jointly distributed according to a multivariate Gaussian. Thus, : (x_1^*),\ldots,f(x_s^*)\intercal\mid( (x)\intercal=y)\sim \mathcal(m_\text,K_\text), where y= _1,...,y_r\intercal, m_\text=m_*+K_*^\intercal(K_O+\sigma^2I_r)^(y-m_0), K_\text=K_-K_*^\intercal(K_O+\sigma^2I_r)^K_*, and I_r is r\times r identity matrix.


Wild bootstrap

The wild bootstrap, proposed originally by Wu (1986), is suited when the model exhibits heteroskedasticity. The idea is, as the residual bootstrap, to leave the regressors at their sample value, but to resample the response variable based on the residuals values. That is, for each replicate, one computes a new y based on :y^*_i = \widehat_i + \widehat_i v_i so the residuals are randomly multiplied by a random variable v_i with mean 0 and variance 1. For most distributions of v_i (but not Mammen's), this method assumes that the 'true' residual distribution is symmetric and can offer advantages over simple residual sampling for smaller sample sizes. Different forms are used for the random variable v_i, such as :*The standard normal distribution :*A distribution suggested by Mammen (1993). ::: v_i = \begin -(\sqrt -1)/2 & \text (\sqrt +1)/(2\sqrt), \\ (\sqrt +1)/2 & \text (\sqrt -1)/(2\sqrt) \end ::Approximately, Mammen's distribution is: ::: v_i = \begin -0.6180\quad\text & \text 0.7236, \\ +1.6180\quad\text & \text 0.2764. \end :*Or the simpler distribution, linked to the Rademacher distribution: ::: v_i =\begin -1 & \text 1/2, \\ +1 & \text 1/2. \end


Block bootstrap

The block bootstrap is used when the data, or the errors in a model, are correlated. In this case, a simple case or residual resampling will fail, as it is not able to replicate the correlation in the data. The block bootstrap tries to replicate the correlation by resampling inside blocks of data (see Blocking (statistics)). The block bootstrap has been used mainly with data correlated in time (i.e. time series) but can also be used with data correlated in space, or among groups (so-called cluster data).


Time series: Simple block bootstrap

In the (simple) block bootstrap, the variable of interest is split into non-overlapping blocks.


Time series: Moving block bootstrap

In the moving block bootstrap, introduced by Künsch (1989), data is split into ''n'' − ''b'' + 1 overlapping blocks of length ''b'': Observation 1 to b will be block 1, observation 2 to ''b'' + 1 will be block 2, etc. Then from these ''n'' − ''b'' + 1 blocks, ''n''/''b'' blocks will be drawn at random with replacement. Then aligning these n/b blocks in the order they were picked, will give the bootstrap observations. This bootstrap works with dependent data, however, the bootstrapped observations will not be stationary anymore by construction. But, it was shown that varying randomly the block length can avoid this problem. This method is known as the ''stationary bootstrap.'' Other related modifications of the moving block bootstrap are the ''Markovian bootstrap'' and a stationary bootstrap method that matches subsequent blocks based on standard deviation matching.


Time series: Maximum entropy bootstrap

Vinod (2006), presents a method that bootstraps time series data using maximum entropy principles satisfying the Ergodic theorem with mean-preserving and mass-preserving constraints. There is an R package, meboot, that utilizes the method, which has applications in econometrics and computer science.


Cluster data: block bootstrap

Cluster data describes data where many observations per unit are observed. This could be observing many firms in many states or observing students in many classes. In such cases, the correlation structure is simplified, and one does usually make the assumption that data is correlated within a group/cluster, but independent between groups/clusters. The structure of the block bootstrap is easily obtained (where the block just corresponds to the group), and usually only the groups are resampled, while the observations within the groups are left unchanged.
Cameron Cameron may refer to: People * Clan Cameron, a Scottish clan * Cameron (given name), a given name (including a list of people with the name) * Cameron (surname), a surname (including a list of people with the name) ;Mononym * Cam'ron (born 1 ...
et al. (2008) discusses this for clustered errors in linear regression.


Methods for improving computational efficiency

The bootstrap is a powerful technique although may require substantial computing resources in both time and memory. Some techniques have been developed to reduce this burden. They can generally be combined with many of the different types of Bootstrap schemes and various choices of statistics.


Poisson bootstrap

The ordinary bootstrap requires the random selection of n elements from a list, which is equivalent to drawing from a multinomial distribution. This may require a large number of passes over the data and is challenging to run these computations in parallel. For large values of n, the Poisson bootstrap is an efficient method of generating bootstrapped data sets. When generating a single bootstrap sample, instead of randomly drawing from the sample data with replacement, each data point is assigned a random weight distributed according to the Poisson distribution with \lambda=1. For large sample data, this will approximate random sampling with replacement. This is due to the following approximation: :\lim_ \operatorname(n,1/n) = \operatorname(1) This method also lends itself well to streaming data and growing data sets, since the total number of samples does not need to be known in advance of beginning to take bootstrap samples. For large enough n, the results are relatively similar to the original bootstrap estimations. A way to improve on the poisson bootstrap, termed "sequential bootstrap", is by taking the first samples so that the proportion of unique values is ≈0.632 of the original sample size n. This provides a distribution with main empirical characteristics being within a distance of O(n^). Empirical investigation has shown this method can yield good results. This is related to the reduced bootstrap method.


Bag of Little Bootstraps

For massive data sets, it is often computationally prohibitive to hold all the sample data in memory and resample from the sample data. The Bag of Little Bootstraps (BLB) provides a method of pre-aggregating data before bootstrapping to reduce computational constraints. This works by partitioning the data set into b equal-sized buckets and aggregating the data within each bucket. This pre-aggregated data set becomes the new sample data over which to draw samples with replacement. This method is similar to the Block Bootstrap, but the motivations and definitions of the blocks are very different. Under certain assumptions, the sample distribution should approximate the full bootstrapped scenario. One constraint is the number of buckets b=n^\gamma where \gamma \in .5, 1/math> and the authors recommend usage of b=n^ as a general solution.


Choice of statistic

The bootstrap distribution of a point estimator of a population parameter has been used to produce a bootstrapped
confidence interval In frequentist statistics, a confidence interval (CI) is a range of estimates for an unknown parameter. A confidence interval is computed at a designated ''confidence level''; the 95% confidence level is most common, but other levels, such as 9 ...
for the parameter's true value if the parameter can be written as a function of the population's distribution. Population parameters are estimated with many point estimators. Popular families of point-estimators include mean-unbiased minimum-variance estimators,
median-unbiased estimator In statistics and probability theory, the median is the value separating the higher half from the lower half of a data sample, a population, or a probability distribution. For a data set, it may be thought of as "the middle" value. The basic fea ...
s,
Bayesian estimator In estimation theory and decision theory, a Bayes estimator or a Bayes action is an estimator or decision rule that minimizes the posterior expected value of a loss function (i.e., the posterior expected loss). Equivalently, it maximizes the po ...
s (for example, the posterior distribution's
mode Mode ( la, modus meaning "manner, tune, measure, due measure, rhythm, melody") may refer to: Arts and entertainment * '' MO''D''E (magazine)'', a defunct U.S. women's fashion magazine * ''Mode'' magazine, a fictional fashion magazine which is ...
, median,
mean There are several kinds of mean in mathematics, especially in statistics. Each mean serves to summarize a given group of data, often to better understand the overall value ( magnitude and sign) of a given data set. For a data set, the '' ar ...
), and maximum-likelihood estimators. A Bayesian point estimator and a maximum-likelihood estimator have good performance when the sample size is infinite, according to asymptotic theory. For practical problems with finite samples, other estimators may be preferable. Asymptotic theory suggests techniques that often improve the performance of bootstrapped estimators; the bootstrapping of a maximum-likelihood estimator may often be improved using transformations related to pivotal quantities.


Deriving confidence intervals from the bootstrap distribution

The bootstrap distribution of a parameter-estimator has been used to calculate confidence intervals for its population-parameter.


Bias, asymmetry, and confidence intervals

*Bias: The bootstrap distribution and the sample may disagree systematically, in which case
bias Bias is a disproportionate weight ''in favor of'' or ''against'' an idea or thing, usually in a way that is closed-minded, prejudicial, or unfair. Biases can be innate or learned. People may develop biases for or against an individual, a group ...
may occur. *:If the bootstrap distribution of an estimator is symmetric, then percentile confidence-interval are often used; such intervals are appropriate especially for median-unbiased estimators of minimum risk (with respect to an
absolute Absolute may refer to: Companies * Absolute Entertainment, a video game publisher * Absolute Radio, (formerly Virgin Radio), independent national radio station in the UK * Absolute Software Corporation, specializes in security and data risk manag ...
loss function). Bias in the bootstrap distribution will lead to bias in the confidence interval. *:Otherwise, if the bootstrap distribution is non-symmetric, then percentile confidence intervals are often inappropriate.


Methods for bootstrap confidence intervals

There are several methods for constructing confidence intervals from the bootstrap distribution of a real parameter: *Basic bootstrap, also known as the Reverse Percentile Interval. The basic bootstrap is a simple scheme to construct the confidence interval: one simply takes the empirical
quantile In statistics and probability, quantiles are cut points dividing the range of a probability distribution into continuous intervals with equal probabilities, or dividing the observations in a sample in the same way. There is one fewer quantile th ...
s from the bootstrap distribution of the parameter (see Davison and Hinkley 1997, equ. 5.6 p. 194): :: (2\widehat -\theta^_,2\widehat -\theta^_) where \theta^_ denotes the 1-\alpha/2
percentile In statistics, a ''k''-th percentile (percentile score or centile) is a score ''below which'' a given percentage ''k'' of scores in its frequency distribution falls (exclusive definition) or a score ''at or below which'' a given percentage fall ...
of the bootstrapped coefficients \theta^ . *Percentile bootstrap. The percentile bootstrap proceeds in a similar way to the basic bootstrap, using percentiles of the bootstrap distribution, but with a different formula (note the inversion of the left and right quantiles): :: (\theta^_,\theta^_) where \theta^_ denotes the 1-\alpha/2
percentile In statistics, a ''k''-th percentile (percentile score or centile) is a score ''below which'' a given percentage ''k'' of scores in its frequency distribution falls (exclusive definition) or a score ''at or below which'' a given percentage fall ...
of the bootstrapped coefficients \theta^ . :See Davison and Hinkley (1997, equ. 5.18 p. 203) and Efron and Tibshirani (1993, equ 13.5 p. 171). :This method can be applied to any statistic. It will work well in cases where the bootstrap distribution is symmetrical and centered on the observed statistic and where the sample statistic is median-unbiased and has maximum concentration (or minimum risk with respect to an absolute value loss function). When working with small sample sizes (i.e., less than 50), the basic / reversed percentile and percentile confidence intervals for (for example) the variance statistic will be too narrow. So that with a sample of 20 points, 90% confidence interval will include the true variance only 78% of the time. The basic / reverse percentile confidence intervals are easier to justify mathematically but they are less accurate in general than percentile confidence intervals, and some authors discourage their use. * Studentized bootstrap. The studentized bootstrap, also called ''bootstrap-t'', is computed analogously to the standard confidence interval, but replaces the quantiles from the normal or student approximation by the quantiles from the bootstrap distribution of the
Student's t-test A ''t''-test is any statistical hypothesis test in which the test statistic follows a Student's ''t''-distribution under the null hypothesis. It is most commonly applied when the test statistic would follow a normal distribution if the value of ...
(see Davison and Hinkley 1997, equ. 5.7 p. 194 and Efron and Tibshirani 1993 equ 12.22, p. 160): :: (\widehat - t^_\cdot \widehat_\theta,\widehat - t^_\cdot \widehat_\theta) where t^_ denotes the 1-\alpha/2
percentile In statistics, a ''k''-th percentile (percentile score or centile) is a score ''below which'' a given percentage ''k'' of scores in its frequency distribution falls (exclusive definition) or a score ''at or below which'' a given percentage fall ...
of the bootstrapped
Student's t-test A ''t''-test is any statistical hypothesis test in which the test statistic follows a Student's ''t''-distribution under the null hypothesis. It is most commonly applied when the test statistic would follow a normal distribution if the value of ...
t^=(\widehat^-\widehat)/\widehat_ , and \widehat_\theta is the estimated standard error of the coefficient in the original model. :The studentized test enjoys optimal properties as the statistic that is bootstrapped is
pivotal Pivotal may refer to: * Pivotal CRM, a customer relationship management software system offered by Aptean * Pivotal Labs, a software company ** Pivotal Tracker, a project management product offered by Pivotal Labs * Pivotal Software, a software ...
(i.e. it does not depend on
nuisance parameter Nuisance (from archaic ''nocence'', through Fr. ''noisance'', ''nuisance'', from Lat. ''nocere'', "to hurt") is a common law tort. It means that which causes offence, annoyance, trouble or injury. A nuisance can be either public (also "commo ...
s as the t-test follows asymptotically a N(0,1) distribution), unlike the percentile bootstrap. *Bias-corrected bootstrap – adjusts for
bias Bias is a disproportionate weight ''in favor of'' or ''against'' an idea or thing, usually in a way that is closed-minded, prejudicial, or unfair. Biases can be innate or learned. People may develop biases for or against an individual, a group ...
in the bootstrap distribution. *Accelerated bootstrap – The bias-corrected and accelerated (BCa) bootstrap, by Efron (1987), adjusts for both bias and skewness in the bootstrap distribution. This approach is accurate in a wide variety of settings, has reasonable computation requirements, and produces reasonably narrow intervals.


Bootstrap hypothesis testing

Efron and Tibshirani suggest the following algorithm for comparing the means of two independent samples: Let x_1, \ldots, x_n be a random sample from distribution F with sample mean \bar and sample variance \sigma_x^2. Let y_1, \ldots, y_m be another, independent random sample from distribution G with mean \bar and variance \sigma_y^2 # Calculate the test statistic t = \frac #Create two new data sets whose values are x_i' = x_i - \bar + \bar and y_i' = y_i - \bar + \bar, where \bar is the mean of the combined sample. # Draw a random sample ( x_i^* ) of size n with replacement from x_i' and another random sample ( y_i^* ) of size m with replacement from y_i' . # Calculate the test statistic t^* = \frac #Repeat 3 and 4 B times (e.g. B=1000) to collect B values of the test statistic. # Estimate the p-value as p = \frac where I(\text) = 1 when ''condition'' is true and 0 otherwise.


Example applications


Smoothed bootstrap

In 1878, Simon Newcomb took observations on the
speed of light The speed of light in vacuum, commonly denoted , is a universal physical constant that is important in many areas of physics. The speed of light is exactly equal to ). According to the special theory of relativity, is the upper limit fo ...
. The data set contains two outliers, which greatly influence the sample mean. (The sample mean need not be a consistent estimator for any population mean, because no mean needs to exist for a
heavy-tailed distribution In probability theory, heavy-tailed distributions are probability distributions whose tails are not exponentially bounded: that is, they have heavier tails than the exponential distribution. In many applications it is the right tail of the distrib ...
.) A well-defined and robust statistic for the central tendency is the sample median, which is consistent and median-unbiased for the population median. The bootstrap distribution for Newcomb's data appears below. We can reduce the discreteness of the bootstrap distribution by adding a small amount of random noise to each bootstrap sample. A conventional choice is to add noise with a standard deviation of \sigma/\sqrt n for a sample size ''n''; this noise is often drawn from a Student-t distribution with ''n-1'' degrees of freedom. This results in an approximately-unbiased estimator for the variance of the sample mean. This means that samples taken from the bootstrap distribution will have a variance which is, on average, equal to the variance of the total population. Histograms of the bootstrap distribution and the smooth bootstrap distribution appear below. The bootstrap distribution of the sample-median has only a small number of values. The smoothed bootstrap distribution has a richer
support Support may refer to: Arts, entertainment, and media * Supporting character Business and finance * Support (technical analysis) * Child support * Customer support * Income Support Construction * Support (structure), or lateral support, a ...
. However, note that whether the smoothed or standard bootstrap procedure is favorable is case-by-case and is shown to depend on both the underlying distribution function and on the quantity being estimated. In this example, the bootstrapped 95% (percentile) confidence-interval for the population median is (26, 28.5), which is close to the interval for (25.98, 28.46) for the smoothed bootstrap.


Relation to other approaches to inference


Relationship to other resampling methods

The bootstrap is distinguished from: * the jackknife procedure, used to estimate biases of sample statistics and to estimate variances, and * cross-validation, in which the parameters (e.g., regression weights, factor loadings) that are estimated in one subsample are applied to another subsample. For more details see resampling. Bootstrap aggregating (bagging) is a
meta-algorithm In computer science and mathematical optimization, a metaheuristic is a higher-level procedure or heuristic designed to find, generate, or select a heuristic (partial search algorithm) that may provide a sufficiently good solution to an optimizat ...
based on averaging model predictions obtained from models trained on multiple bootstrap samples.


U-statistics

In situations where an obvious statistic can be devised to measure a required characteristic using only a small number, ''r'', of data items, a corresponding statistic based on the entire sample can be formulated. Given an ''r''-sample statistic, one can create an ''n''-sample statistic by something similar to bootstrapping (taking the average of the statistic over all subsamples of size ''r''). This procedure is known to have certain good properties and the result is a U-statistic. The sample mean and
sample variance In probability theory and statistics, variance is the expectation of the squared deviation of a random variable from its population mean or sample mean. Variance is a measure of dispersion, meaning it is a measure of how far a set of numbe ...
are of this form, for ''r'' = 1 and ''r'' = 2.


See also

* Accuracy and precision * Bootstrap aggregating * Bootstrapping * Empirical likelihood * Imputation (statistics) *
Reliability (statistics) In statistics and psychometrics, reliability is the overall consistency of a measure. A measure is said to have a high reliability if it produces similar results under consistent conditions:"It is the characteristic of a set of test scores that ...
* Reproducibility * Resampling


References


Further reading

* popular-science * * * * * Efron, Bradley (1982). ''The jackknife, the bootstrap, and other resampling plans'', In ''Society of Industrial and Applied Mathematics CBMS-NSF Monographs'', 38. * Diaconis, P.; Efron, Bradley (1983), "Computer-intensive methods in statistics," ''
Scientific American ''Scientific American'', informally abbreviated ''SciAm'' or sometimes ''SA'', is an American popular science magazine. Many famous scientists, including Albert Einstein and Nikola Tesla, have contributed articles to it. In print since 1845, it ...
'', May, 116–130. * Efron, Bradley; Tibshirani, Robert J. (1993). ''An introduction to the bootstrap'', New York: Chapman & Hall
software
* Davison, A. C. and Hinkley, D. V. (1997): Bootstrap Methods and their Application

* Mooney, C Z & Duval, R D (1993). Bootstrapping. A Nonparametric Approach to Statistical Inference. Sage University Paper series on Quantitative Applications in the Social Sciences, 07-095. Newbury Park, CA: Sage. * Simon, J. L. (1997)
Resampling: The New Statistics
* Wright, D.B., London, K., Field, A.P. Using Bootstrap Estimation and the Plug-in Principle for Clinical Psychology Data. 2011 Textrum Ltd. Online: https://www.researchgate.net/publication/236647074_Using_Bootstrap_Estimation_and_the_Plug-in_Principle_for_Clinical_Psychology_Data. Retrieved on 25/04/2016. * An Introduction to the Bootstrap. Monographs on Statistics and applied probability 57. Chapman&Hall/CHC. 1998. Online https://books.google.it/books?id=gLlpIUxRntoC&pg=PA35&lpg=PA35&dq=plug+in+principle&source=bl&ots=A8AsW5K6E2&sig=7WQVzL3ujAnWC8HDNyOzKlKVX0k&hl=en&sa=X&sqi=2&ved=0ahUKEwiU5c-Ho6XMAhUaOsAKHS_PDJMQ6AEIPDAG#v=onepage&q=plug%20in%20principle&f=false. Retrieved on 25 04 2016.


External links




Bootstrap example to simulate stock prices using MS Excel



What is the bootstrap?


Software


Statistics101: Resampling, Bootstrap, Monte Carlo Simulation program.
Free program written in Java to run on any operating system. {{Authority control Computational statistics Resampling (statistics)