genpark-propensity-score-inverse-probability-weighting-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 - Propensity score matching and Inverse Probability Weighting (IPW) estimator calculating Average Treatment Effect (ATE) under conditional ignorability.

README.md

GenPark Propensity Score Inverse Probability Weighting (IPW) Skill

Propensity score matching and Inverse Probability Weighting (IPW) estimator calculating Average Treatment Effect (ATE).

Read more at GenPark and the GenPark MCP Catalog.

graph TD
    X[Observed Covariates X] -->|Logistic Regression| P[Propensity Score e X = P T=1|X]
    P --> W[Inverse Weighting: 1/e for T=1, 1/1-e for T=0]
    W --> H[Hajek Pseudo-Population Balancing]
    H --> A[Unbiased Average Treatment Effect ATE]
    style X fill:#e1f5fe
    style P fill:#fff9c4
    style W fill:#ffcdd2
    style H fill:#c8e6c9
    style A fill:#bbdefb

Features

  • Pure Python gradient descent logistic regression for propensity score modeling.
  • Hajek-stabilized Inverse Probability Weighting (IPW) with boundary trimming.
  • Zero external dependencies.

Reviews (0)

No results found