|
4860 | 4860 | "Z is relevant for W given A, X (bridge first stage)" |
4861 | 4861 | ], |
4862 | 4862 | "category": "causal", |
4863 | | - "description": "Proximal Causal Inference via linear 2SLS on the outcome bridge. Identifies ATE with unmeasured confounding using two proxy variables: a treatment-side Z (instrument for W) and an outcome-side W (endogenous bridge regressor).", |
| 4863 | + "description": "Proximal Causal Inference via linear 2SLS on the outcome bridge. Identifies ATE with unmeasured confounding using two proxy variables: a treatment-side Z (instrument for W) and an outcome-side W (endogenous bridge regressor). Validation: validated evidence tier (known-truth, reference, external-parity, or Monte Carlo artifact).", |
4864 | 4864 | "example": "sp.proximal(df, y=\"y\", treat=\"d\", proxy_z=[\"z\"], proxy_w=[\"w\"])", |
4865 | 4865 | "failure_modes": [ |
4866 | 4866 | { |
|
4893 | 4893 | ], |
4894 | 4894 | "reference": "Tchetgen Tchetgen et al. (2020); Miao, Geng & Tchetgen Tchetgen (2018)", |
4895 | 4895 | "signature": { |
4896 | | - "description": "Proximal Causal Inference via linear 2SLS on the outcome bridge. Identifies ATE with unmeasured confounding using two proxy variables: a treatment-side Z (instrument for W) and an outcome-side W (endogenous bridge regressor).", |
| 4896 | + "description": "Proximal Causal Inference via linear 2SLS on the outcome bridge. Identifies ATE with unmeasured confounding using two proxy variables: a treatment-side Z (instrument for W) and an outcome-side W (endogenous bridge regressor). Validation: validated evidence tier (known-truth, reference, external-parity, or Monte Carlo artifact).", |
4897 | 4897 | "name": "proximal", |
4898 | 4898 | "parameters": { |
4899 | 4899 | "properties": { |
|
4957 | 4957 | "stability": "stable", |
4958 | 4958 | "typical_n_min": 1000, |
4959 | 4959 | "validation_notes": [ |
| 4960 | + "tests/reference_parity/test_proximal_parity.py", |
4960 | 4961 | "API/unit contract evidence: tests/test_proximal.py" |
4961 | 4962 | ], |
4962 | | - "validation_status": "api_stable" |
| 4963 | + "validation_status": "validated" |
4963 | 4964 | }, |
4964 | 4965 | { |
4965 | 4966 | "alternatives": [ |
|
13694 | 13695 | "A bridge function exists (completeness conditions hold)." |
13695 | 13696 | ], |
13696 | 13697 | "category": "causal", |
13697 | | - "description": "Fortified proximal causal inference (Yu, Shi & Tchetgen Tchetgen 2025). Adds a bridge-function stability constraint that gives robust ATT under mild misspecification of the outcome/treatment bridge.", |
| 13698 | + "description": "Fortified proximal causal inference (Yu, Shi & Tchetgen Tchetgen 2025). Adds a bridge-function stability constraint that gives robust ATT under mild misspecification of the outcome/treatment bridge. Validation: validated evidence tier (known-truth, reference, external-parity, or Monte Carlo artifact).", |
13698 | 13699 | "example": "sp.fortified_pci(df, y=\"y\", treat=\"d\", proxy_z=[\"z\"], proxy_w=[\"w\"])", |
13699 | 13700 | "failure_modes": [ |
13700 | 13701 | { |
|
13712 | 13713 | ], |
13713 | 13714 | "reference": "Yu, Shi & Tchetgen Tchetgen (2025). arXiv:2506.13152.", |
13714 | 13715 | "signature": { |
13715 | | - "description": "Fortified proximal causal inference (Yu, Shi & Tchetgen Tchetgen 2025). Adds a bridge-function stability constraint that gives robust ATT under mild misspecification of the outcome/treatment bridge.", |
| 13716 | + "description": "Fortified proximal causal inference (Yu, Shi & Tchetgen Tchetgen 2025). Adds a bridge-function stability constraint that gives robust ATT under mild misspecification of the outcome/treatment bridge. Validation: validated evidence tier (known-truth, reference, external-parity, or Monte Carlo artifact).", |
13716 | 13717 | "name": "fortified_pci", |
13717 | 13718 | "parameters": { |
13718 | 13719 | "properties": { |
|
13763 | 13764 | "stability": "stable", |
13764 | 13765 | "typical_n_min": 500, |
13765 | 13766 | "validation_notes": [ |
| 13767 | + "tests/reference_parity/test_proximal_parity.py", |
13766 | 13768 | "API/unit contract evidence: tests/test_proximal_frontiers.py" |
13767 | 13769 | ], |
13768 | | - "validation_status": "api_stable" |
| 13770 | + "validation_status": "validated" |
13769 | 13771 | }, |
13770 | 13772 | { |
13771 | 13773 | "alternatives": [ |
|
13777 | 13779 | "A bridge function exists (completeness conditions hold)." |
13778 | 13780 | ], |
13779 | 13781 | "category": "causal", |
13780 | | - "description": "Bidirectional proximal causal inference (Min, Zhang & Luo 2025). Solves for both outcome and treatment bridges simultaneously in a single two-way regression system.", |
| 13782 | + "description": "Bidirectional proximal causal inference (Min, Zhang & Luo 2025). Solves for both outcome and treatment bridges simultaneously in a single two-way regression system. Validation: validated evidence tier (known-truth, reference, external-parity, or Monte Carlo artifact).", |
13781 | 13783 | "example": "sp.bidirectional_pci(df, y=\"y\", treat=\"d\", proxy_z=[\"z\"], proxy_w=[\"w\"])", |
13782 | 13784 | "failure_modes": [ |
13783 | 13785 | { |
|
13795 | 13797 | ], |
13796 | 13798 | "reference": "Min, Zhang & Luo (2025). arXiv:2507.13965.", |
13797 | 13799 | "signature": { |
13798 | | - "description": "Bidirectional proximal causal inference (Min, Zhang & Luo 2025). Solves for both outcome and treatment bridges simultaneously in a single two-way regression system.", |
| 13800 | + "description": "Bidirectional proximal causal inference (Min, Zhang & Luo 2025). Solves for both outcome and treatment bridges simultaneously in a single two-way regression system. Validation: validated evidence tier (known-truth, reference, external-parity, or Monte Carlo artifact).", |
13799 | 13801 | "name": "bidirectional_pci", |
13800 | 13802 | "parameters": { |
13801 | 13803 | "properties": { |
|
13846 | 13848 | "stability": "stable", |
13847 | 13849 | "typical_n_min": 500, |
13848 | 13850 | "validation_notes": [ |
| 13851 | + "tests/reference_parity/test_proximal_parity.py", |
13849 | 13852 | "API/unit contract evidence: tests/test_proximal_frontiers.py" |
13850 | 13853 | ], |
13851 | | - "validation_status": "api_stable" |
| 13854 | + "validation_status": "validated" |
13852 | 13855 | }, |
13853 | 13856 | { |
13854 | 13857 | "alternatives": [ |
|
0 commit comments