Jackknife Estimation
The Jackknife estimation method is first used by Quenouille (1956) (Link to the paper: http://links.jstor.org/sici?sici=0006-3444%28195612%2943%3A3%2F4%3C353%3ANOBIE%3E2.0.CO%3B2-4) and Jones (1956) (http://links.jstor.org/sici?sici=0162-1459%28195603%2951%3A273%3C54%3AITPOAS%3E2.0.CO%3B2-O).
A simple case
Suppose we have a sample
and an estimator
. The jackknife
uses the samples that leave out one observation at a time:
.
which is called jackknife samples. The ith jackknife sample consists of the data set
with the ith observation removed. Let
, then the jackknife estimator of
is

and the jackknife standard error is

with
.
The General Case
Divide the sample of size
into g groups of size m each, so
. (Often
= 1 and
.) Let
be the estimator for
obtained by ignoring the
th group and using the only using the other
other groups.
The Jackknife estimator is
, where
.
The benifit of Jackknife estimator is that The Jackknife estimator lowers the bias from order
to
.