Horvitz–Thompson estimator

From HandWiki
Short description: Statistical estimation method

In statistics, the Horvitz–Thompson estimator, named after Daniel G. Horvitz and Donovan J. Thompson,[1] is a method for estimating the total[2] and mean of a pseudo-population in a stratified sample by applying inverse probability weighting to account for the difference in the sampling distribution between the collected data and the a target population. The Horvitz–Thompson estimator is frequently applied in survey analyses and can be used to account for missing data, as well as many sources of unequal selection probabilities.

The method

Formally, let [math]\displaystyle{ Y_i, i = 1, 2, \ldots, n }[/math] be an independent sample from n of N ≥ n distinct strata with a common mean μ. Suppose further that [math]\displaystyle{ \pi_i }[/math] is the inclusion probability that a randomly sampled individual in a superpopulation belongs to the ith stratum. The Horvitz–Thompson estimator of the total is given by:[3]:51

[math]\displaystyle{ \hat{Y}_{HT} = \sum_{i=1}^n \pi_i ^{-1} Y_i, }[/math]

and the Horvitz–Thompson estimate of the mean is given by:

[math]\displaystyle{ \hat{\mu}_{HT} = N^{-1}\hat{Y}_{HT} = N^{-1}\sum_{i=1}^n \pi_i ^{-1} Y_i. }[/math]

In a Bayesian probabilistic framework [math]\displaystyle{ \pi_i }[/math] is considered the proportion of individuals in a target population belonging to the ith stratum. Hence, [math]\displaystyle{ \pi_i^{-1} Y_i }[/math] could be thought of as an estimate of the complete sample of persons within the ith stratum. The Horvitz–Thompson estimator can also be expressed as the limit of a weighted bootstrap resampling estimate of the mean. It can also be viewed as a special case of multiple imputation approaches.[4]

For post-stratified study designs, estimation of [math]\displaystyle{ \pi }[/math] and [math]\displaystyle{ \mu }[/math] are done in distinct steps. In such cases, computating the variance of [math]\displaystyle{ \hat{\mu}_{HT} }[/math] is not straightforward. Resampling techniques such as the bootstrap or the jackknife can be applied to gain consistent estimates of the variance of the Horvitz–Thompson estimator.[5] The "survey" package for R conducts analyses for post-stratified data using the Horvitz–Thompson estimator.[6]

Proof of Horvitz-Thompson Unbiased Estimation of the Mean

The Horvitz–Thompson estimator can be shown to be unbiased when evaluating the expectation of the Horvitz–Thompson estimator, [math]\displaystyle{ \mathbf{E}\bar{X}_n^{HT} }[/math], as follows:

[math]\displaystyle{ \mathbf{E}\bar{X}_n^{HT} = \mathbf{E}\frac{1}{N} \sum_{i=1}^{n}\frac{\mathbf{X}_{I_i}}{\pi_{I_i}} }[/math]
[math]\displaystyle{ =\mathbf{E}\frac{1}{N}\sum_{i=1}^{N}\frac{X_i}{\pi_i}1_{i\in D_n} }[/math]
[math]\displaystyle{ =\sum_{b=1}^{B}P(D_n^{(b)})\left[\frac{1}{N}\sum_{i=1}^{N}\frac{X_i}{\pi_i}1_{i\in D_n^{(b)}}\right] }[/math]
[math]\displaystyle{ =\frac{1}{N}\sum_{i=1}^{N}\frac{X_i}{\pi_i}\sum_{b=1}^{B}1_{i\in D_n^{(b)}}P(D_n^{(b)}) }[/math]
[math]\displaystyle{ =\frac{1}{N}\sum_{i=1}^{N}\left(\frac{X_i}{\pi_i}\right)\pi_i }[/math]
[math]\displaystyle{ =\frac{1}{N}\sum_{i=1}^{N}X_i }[/math]
[math]\displaystyle{ \text{where}~D_n = \{x_1,x_2,...,x_n\} }[/math]

The Hansen-Hurwitz (1943) is known to be inferior to the Horvitz–Thompson (1952) strategy, associated with a number of Inclusion Probabilities Proportional to Size (IPPS) sampling procedures.[7]

References

  1. Horvitz, D. G.; Thompson, D. J. (1952) "A generalization of sampling without replacement from a finite universe", Journal of the American Statistical Association, 47, 663–685, . JSTOR 2280784
  2. William G. Cochran (1977), Sampling Techniques, 3rd Edition, Wiley. ISBN:0-471-16240-X
  3. Särndal, Carl-Erik; Swensson, Bengt; Wretman, Jan Hȧkan (1992). Model Assisted Survey Sampling. ISBN 9780387975283. 
  4. Roderick J.A. Little, Donald B. Rubin (2002) Statistical Analysis With Missing Data, 2nd ed., Wiley. ISBN:0-471-18386-5
  5. Quatember, A. (2014). "The Finite Population Bootstrap - from the Maximum Likelihood to the Horvitz-Thompson Approach". Austrian Journal of Statistics 43 (2): 93–102. doi:10.17713/ajs.v43i2.10. 
  6. "CRAN - Package survey". 19 July 2021. https://cran.r-project.org/web/packages/survey/. 
  7. PRABHU-AJGAONKAR, S. G. "Comparison of the Horvitz-Thompson Strategy with the Hansen-Hurwitz Strategy." Survey Methodology (1987): 221. (pdf)

External links