HOME

TheInfoList



OR:

In
statistics Statistics (from German language, German: ', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a s ...
, the Horvitz–Thompson estimator, named after Daniel G. Horvitz and Donovan J. Thompson, is a method for estimating the total 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 target population. The Horvitz–Thompson estimator is frequently applied in survey analyses and can be used to account for
missing data In statistics, missing data, or missing values, occur when no data value is stored for the variable in an observation. Missing data are a common occurrence and can have a significant effect on the conclusions that can be drawn from the data. Mi ...
, as well as many sources of unequal selection probabilities.


The method

Formally, let Y_i, i = 1, 2, \ldots, n be an independent sample from n of N \ge n distinct
strata In geology and related fields, a stratum (: strata) is a layer of Rock (geology), rock or sediment characterized by certain Lithology, lithologic properties or attributes that distinguish it from adjacent layers from which it is separated by v ...
with an overall mean \mu. Suppose further that \pi_i is the
inclusion probability In statistics, in the theory relating to sampling from finite populations, the sampling probability (also known as inclusion probability) of an element or member of the population, is its probability of becoming part of the sample during the dra ...
that a randomly sampled individual in a superpopulation belongs to the ith stratum. The Horvitz–Thompson estimator of the total is given by: : \hat_\mathrm = \sum_^n \frac, and the Horvitz–Thompson estimate of the mean is given by: : \hat_\mathrm = \frac1N\hat_ = \frac1N\sum_^n \frac. In a Bayesian probabilistic framework \pi_i is considered the proportion of individuals in a target population belonging to the ith stratum. Hence, Y_i/\pi_i 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. For post-stratified study designs, estimation of \pi and \mu are done in distinct steps. In such cases, computating the variance of \hat_ 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. The "survey" package for R conducts analyses for post-stratified data using the Horvitz–Thompson estimator.


Proof of Horvitz–Thompson unbiased estimation of the mean

For this proof it will be useful to represent the sample as a random subset S\subseteq\ of size n. We can then define indicator random variables I_j = \mathbf \in S/math> representing whether for each j in \ whether it is present in the sample. Note that for any observation in the sample, the expectation is the definition of the inclusion probability: \pi_i = \operatorname\left(I_i\right) = \Pr(i\in S) . Taking the expectation of the estimator we can prove it is unbiased as follows: : \begin \operatorname\left(\hat_\mathrm\right) &= \operatorname\left(\frac\sum_ \frac\right)\\ pt&=\operatorname\left(\frac \sum_^N \fracI_j\right) \\ pt&= \frac \sum_^N \frac\operatorname\left(I_j \right)\\&= \frac\sum_^N \frac\pi_j \\ pt&= \frac\sum_^N Y_i \end 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.PRABHU-AJGAONKAR, S. G. "Comparison of the Horvitz–Thompson Strategy with the Hansen–Hurwitz Strategy." Survey Methodology (1987): 221
(pdf)
/ref>


Notes


References


External links


Survey Package Website for R
{{DEFAULTSORT:Horvitz-Thompson estimator Sampling (statistics) Survey methodology Missing data