In statistics, the jackknife is a resampling technique especially useful for variance and bias estimation. The jackknife predates other common resampling methods such as the bootstrap. The jackknife estimator of a parameter is found by systematically leaving out each observation from a dataset and calculating the estimate and then finding the average of these calculations. Given a sample of size
Contents
The jackknife technique was developed by Maurice Quenouille (1949, 1956). John Tukey (1958) expanded on the technique and proposed the name "jackknife" since, like a physical jack-knife (a compact folding knife), it is a rough-and-ready tool that can improvise a solution for a variety of problems even though specific problems may be more efficiently solved with a purpose-designed tool.
The jackknife is a linear approximation of the bootstrap.
Estimation
The jackknife estimate of a parameter can be found by estimating the parameter for each subsample omitting the ith observation to estimate the previously unknown value of a parameter (say
Variance estimation
An estimate of the variance of an estimator can be calculated using the jackknife technique.
where
Bias estimation and correction
The jackknife technique can be used to estimate the bias of an estimator calculated over the entire sample. Say
where
and the resulting bias-corrected jackknife estimate of
This removes the bias in the special case that the bias is
This provides an estimated correction of bias due to the estimation method. The jackknife does not correct for a biased sample.