Skip to content

cdt15/wbic_bml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wbic_bml

WBIC model selection in Bayesian Mixed LiNGAM
This program is under development.

Summary

Python Library for statistical causal inference based on the Bayesian Mixed LiNGAM (linear non-gaussian acyclic model) and WBIC (Widely applicable Bayesian Information Criterion).

Installation

Please install the developed version of bmlingam before installation of wbic_bml.

git clone -b develop https://github.com/taku-y/bmlingam
cd bmlingam
python setup.py install

Then install wbic_bml.

git clone https://github.com/inoueakimitsu/wbic_bml.git
cd wbic_bml
python setup.py install

Usage

Please refer to the test code in tests directory.

Dependencies

wbic_bml is tested on Python 3.5 and depends on PyMC3 3.2.

References

About

Statistical Causal Inference Library using Bayesian Mixed LiNGAM and WBIC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%