Skip to main content

Causal Inference in Python

Project description

Causal Inference in Python

Causal Inference in Python, or Causalinference in short, is a software package that implements various statistical and econometric methods used in the field variously known as Causal Inference, Program Evaluation, or Treatment Effect Analysis.

Work on Causalinference started in 2014 by Laurence Wong as a personal side project. It is distributed under the 3-Clause BSD license.

Main Features

  • Assessment of overlap in covariate distributions

  • Estimation of propensity score

  • Improvement of covariate balance through trimming

  • Subclassification on propensity score

  • Estimation of treatment effects via matching, blocking, weighting, and least squares

Dependencies

  • NumPy: 1.8.2 or higher

  • SciPy: 0.13.3 or higher

Installation

Causalinference can be installed using pip:

$ pip install causalinference

For help on setting up Pip, NumPy, and SciPy on Macs, check out this excellent guide.

Minimal Example

The following illustrates how to create an instance of CausalModel:

>>> from causalinference import CausalModel
>>> from causalinference.utils import random_data
>>> Y, D, X = random_data()
>>> causal = CausalModel(Y, D, X)

Invoking help on causal at this point should return a comprehensive listing of all the causal analysis tools available in Causalinference.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CausalInference-0.1.1.tar.gz (58.9 kB view details)

Uploaded Source

File details

Details for the file CausalInference-0.1.1.tar.gz.

File metadata

File hashes

Hashes for CausalInference-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0eb9a3b5ca9226b710d092771d018f747b461bf62f0939331274f59563c29bdd
MD5 7110439c6ee1107eb6521adc970269d0
BLAKE2b-256 46f64b9dd7ea013828945bde356fc42f6aa1f91a541482fdef0b5c00e5cd6a37

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page