Causal Polytree ---Pearl's classical algorithm(1988)

版本 1.3.0.0 (3.2 KB) 作者: Guangdi Li
Pearl's famous causal polytree recover algorithm is implemented here.
821.0 次下载
更新时间 2010/2/1

查看许可证

As a famous sub-structure of Bayesian network, causal polytree is able to recover the causality very efficiently.

Here, I implement pearl's classical algorithm here for easy using. Details can be seen in Pearl's paper[1].

To recover general Causal polytree, one can download "Fisher's exact test" in my space for conditional independence test.

One can start from ControlCenter.m, I add a simple example there for better understanding.

If there is any question, just let me know, I will response to you as soon as possible.

[1] G. Rebane, J. Pearl, The recovery of causal poly-trees from statistical data, in: Proceedings of the Third Conference on Uncertainty Artificial Intelligence, Seattle, Washington, 1987, pp. 222–228

引用格式

Guangdi Li (2024). Causal Polytree ---Pearl's classical algorithm(1988) (https://www.mathworks.com/matlabcentral/fileexchange/26489-causal-polytree-pearl-s-classical-algorithm-1988), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.3.0.0

update the file "IsLeaf.m", sorry about my carelessness.

1.2.0.0

update the graph

1.0.0.0