Skip to main content

Causal Inference

Project description

Causal Inference

  • Causal Inference

Installation

pip install causal-inference

Usage

import causal_inference as ci
import numpy as np
probs={'A': [1, 0.1], 'B': [1, 0.1], 'C': [1, 0.1], 'D': [1, 0.1]}
xy={"mean": np.array([[1, 2], [2, 4]]), "dev": np.array([[.1, .2], [.2, .4]])}

new_xv=ci.next_position_scm(xy, probs)
print(new_xv["mean"])
print(new_xv["dev"])

Citation

Please cite following document if you use this python package:

TBD

Image source: https://www.pexels.com/photo/blue-water-2695624/

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

causal_inference-0.0.4.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

causal_inference-0.0.4-py3-none-any.whl (20.3 kB view hashes)

Uploaded Python 3

Supported by

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