genpark-instrumental-variable-two-stage-estimator-skill

mcp
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 8 GitHub stars
Code Pass
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

GenPark AI Agent Skill - Instrumental Variable (IV) Two-Stage Least Squares (2SLS) causal estimator isolating unobserved confounding and testing instrument strength.

README.md

GenPark Instrumental Variable Two-Stage Least Squares (2SLS) Estimator Skill

Instrumental Variable (IV) Two-Stage Least Squares (2SLS) causal estimator isolating unobserved confounding.

Read more at GenPark and the GenPark MCP Catalog.

graph LR
    Z[Exogenous Instrument Z] -->|Relevance| X[Endogenous Treatment X]
    U((Unobserved Confounder U)) --> X
    U --> Y[Outcome Y]
    X -->|True Causal Effect beta| Y
    style Z fill:#c8e6c9
    style U fill:#ffcdd2
    style X fill:#fff9c4
    style Y fill:#bbdefb

Features

  • Pure Python 2SLS estimator with Stage 1 instrument strength F-test.
  • Unbiased causal effect recovery under unobserved endogeneity.
  • Zero external dependencies.

Reviews (0)

No results found