Skip to main content
在 Manus 中运行任何 Skill
一键导入

coverage-limited-join-validate-unbiased-before-trusting

星标1
分支0
更新时间2026年7月8日 12:14

When you can only observe an outcome/attribute on a SUBSET of the population because the join/linkage/bridge is coverage-limited — imperfect identity resolution, a side child-table that only covers some rows, partial instrumentation, survey non-response — validate the restricted estimate is UNBIASED before reporting it. Use when: (1) a join covers only X% of rows and you're about to either treat unmatched rows as null/negative OR report the matched-subset rate as the population rate; (2) the primary record has no foreign key to the entity you need and you found a peripheral table that carries both keys as a bridge; (3) you're weighing "rebuild the full linkage" vs "use the partial one." The technique: find an INDEPENDENT full-coverage reference for the same quantity and compare the bridged-subset rate to it — match ⇒ missingness is ~ignorable (MAR), report with a coverage caveat; diverge ⇒ the gap is informative (MNAR), the restricted estimate is biased and must be recovered or bounded. Prevents silently ship

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

SKILL.md
readonly