Steps

  1. Exclude each observation from the dataset
  2. Compute the estimated parameter with remaining data
  3. Aggregate estimates

Example

Suppose we have and we wish to compute from some parameter .

We might also like to know the bias and variance of

To do so, we could use the Jackknife method.

Suppose we have observations and

For each we remove the and compute .

At the end of this process we will have estimates for

The Jackknife method will produce the following expressions for Standard Error and Bias

The estimate of the Standard Error of is mean squared error of all each estimate less the average value of the estimates multiplied by .

Note that we can show that Jackknife estimators are unbiased.