Differences between revisions 35 and 36
Revision 35 as of 2026-07-21 01:33:54
Size: 6210
Comment: Relink
Revision 36 as of 2026-07-21 01:40:36
Size: 6206
Comment: Relink
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
Modeling on insignificant or uncorrelated attributes does not introduce bias, but it does inflate [[Statistics/Variance|variance]]. Modeling on insignificant or uncorrelated attributes does not introduce bias, but it does inflate [[Analysis/Variance|variance]].
Line 44: Line 44:
In the case that all cases have equal weight, the [[Statistics/Variance|variance]] of that estimator is ''w^2^σ^2^''. In the case that all cases have equal weight, the [[Analysis/Variance|variance]] of that estimator is ''w^2^σ^2^''.

Survey Weights

Survey weights account for the survey design, sampling error, and non-sampling error.


Description

Survey data is collected through a mechanism which can be specified statistically. If it is not specified, bias can be introduced and estimates can be over-confident.

Inverse variance weights are related, but not the same.

Survey weights begin with design weights reflecting probability of selection. Generally this is simply the inverse of the sampling probability: nk/N for all strata k.

All real surveys feature non-sampling error, especially nonresponse. If nonresponse is uncorrelated with key metrics, it is negligible. Otherwise there is potential for nonresponse bias. This bias can be corrected through survey weights in a few ways:

Modeling on insignificant or uncorrelated attributes does not introduce bias, but it does inflate variance.

Calibration can be used to:

  • make estimates be consistent with known true population proportions
  • correct sampling error like undercoverage or overcoverage

  • further correct for non-sampling error like nonresponse bias

The methods here include:


Weighted Estimators

Survey weights w are designed such that a population proportion μ can be calculated using the weighted estimator Σ(wx) / Σw.

In the case that all cases have equal weight, the variance of that estimator is w2σ2.

In any other case, the variance is given by Σ(w2σ2) / (Σw)2. This ratio must then be linearized or simulated to arrive at an approximate variance. Taylor expansion is a common strategy for linearization.


Reading Notes


CategoryRicottone

Statistics/SurveyWeights (last edited 2026-08-12 20:10:31 by DominicRicottone)