Sample Frame Reconstruction¶
Method — instantiates Salience-Significance Decoupling
Rebuilds the population and the selection filter a visible sample was drawn through, so 'the cases I can see' stops standing in for 'the cases that matter.'
Sample Frame Reconstruction works backward from a visible set of observations — survey responses, product reviews, reported incidents, testimonials — to the frame that produced it: the population that could have appeared, and the filter that decided which members actually became visible. Where a display audit works item-by-item on one artifact, this method targets the generating process and rebuilds the comparison baseline the visible sample quietly stands in for. Its whole purpose is to break the inference "these are the cases I can see, therefore these are the representative and important ones" — the visible sample may be loud without being the significant slice of the whole.
Example¶
A product team reads through its app-store reviews — roughly 300 of them, averaging about 2.4 stars — and concludes users hate the new feature. Sample Frame Reconstruction asks who writes reviews at all. The frame is self-selecting: reviewers are drawn from the thin band of users with strong enough feelings to act, delighted or furious, out of tens of thousands who touched the feature silently. The method rebuilds the comparison set from usage logs — the silent majority whose retention actually rose after launch — and models the selection filter that pulled 300 emotional voices to the surface. The outcome reframes the 2.4 stars: real, but a portrait of the loudest tail, not evidence about the feature's significance to the whole base.
How it works¶
Its distinguishing work is aimed at the process behind visibility, not the visible artifact:
- Model the frame — name the population that could have appeared and the filter that decided who did (self-selection, nonresponse, coverage, survivorship).
- Locate the systematically excluded — who or what the filter silences, and whether that silence correlates with the very thing being judged.
- Restore the comparison set — rebuild the denominator and baseline from an independent source (usage data, census, administrative records) so the visible sample is read against the whole rather than mistaken for it.
Tuning parameters¶
- Frame breadth — how far back you define the eligible population. Wider catches more exclusion but is harder to ground.
- Selection-model fidelity — an informal "who bothers to respond" story versus a formal reweighting of the sample. More rigor buys defensibility at the cost of effort.
- Baseline source — what you rebuild the comparison set from; its independence from the visible sample is what makes the restoration trustworthy.
- Exclusion focus — which filter you suspect (nonresponse, coverage, or survivorship), which decides where you look for the silenced.
When it helps, and when it misleads¶
Its strength is recovering the silent majority and the true base rate that a vivid, self-selected sample hides — the difference between "the voices that reached me" and "the distribution that matters." The canonical warning is the 1936 Literary Digest poll, which forecast the wrong U.S. presidential winner from an enormous sample drawn through a skewed frame (automobile and telephone registries, its own subscriber lists) that missed much of the electorate.[1]
Its failure mode is that the reconstruction is itself a model: an incorrectly guessed frame can lend false confidence to a "corrected" picture that is just wrong in a new way. The classic misuse is deploying it asymmetrically — invoking "that sample is biased" only against inconvenient data while accepting friendly samples uncritically. The discipline is to apply the reconstruction to samples you like and dislike alike, and to ground the rebuilt baseline in a source independent of the sample under suspicion.
How it implements the components¶
Sample Frame Reconstruction fills the baseline-and-selection side of the archetype — the components a method aimed at a sample's generating process can populate:
comparison_set_restoration— rebuilds the population baseline and the silent majority the visible sample omits, giving the sample something to be read against.missingness_and_selection_check— models the selection filter and identifies who it systematically excludes.
It does not inventory the shown items of one specific display (visible_item_inventory — that's Shown-vs-Unshown Audit), publish base-rate panels for an audience (base_rate_panel — that's Base-Rate Visibility Panel), or define significance criteria (significance_criteria_register — that's Salience-Significance Matrix).
Related¶
- Instantiates: Salience-Significance Decoupling — it restores the population baseline against which a visible sample's significance can be judged.
- Sibling mechanisms: Shown-vs-Unshown Audit · Base-Rate Visibility Panel · Salience-Significance Matrix · Salience Red Team · Attention-Capture Inference Test
Notes¶
Keep it distinct from its neighbour archetype selection bias: the target error here is not merely that a sample is skewed, but the leap from "visible" to "significant." A skewed sample that no one treats as representative needs no reconstruction; this method earns its keep only where a loud visible slice is being read as the important whole.
References¶
[1] Coverage and self-selection error in a sampling frame — the population you sample from is not the population you mean to describe. The 1936 Literary Digest poll is the standard illustration: a very large sample, drawn through a biased frame, produced a confidently wrong forecast. ↩