Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mschauer/causalinference.jl

Causal inference, graphical models and structure learning in Julia
https://github.com/mschauer/causalinference.jl

causal-inference hacktoberfest julia

Last synced: 1 day ago
JSON representation

Causal inference, graphical models and structure learning in Julia

Awesome Lists containing this project

README

        

[![Latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://mschauer.github.io/CausalInference.jl/latest/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1005091.svg)](https://doi.org/10.5281/zenodo.1005091)

# CausalInference.jl

Julia package for causal inference and analysis, graphical models and structure learning.

This package contains code for the PC algorithm and the extended FCI algorithm, the score based greedy equivalence search (GES) algorithm, the Bayesian Causal Zig-Zag sampler and a function suite for adjustment set search.

See the [documentation](https://mschauer.github.io/CausalInference.jl/latest/) for implemented functionality and [issue #1 (Roadmap/Contribution)](https://github.com/mschauer/CausalInference.jl/issues/1) for coordination of the development.

![Example output of PC algorithm](assets/pc_graph_linear.png)