Skip to content

Ehsan-Mokhtarian/causalID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Causal Effect Identification

Paper: Causal Effect Identification with Context-specific Independence Relations of Control Variables

ID_classic.m: Function ID_classic(N,T,S,G) determines whether the causal effect of T on S is identifiable from DAG G with observed variables N.
ID_new.m: Function ID_new(N,T,S,G,L,C) determines whether the causal effect of T on S is identifiable from DAG G with observed variables N and label set L with the set of control variables C.
example.m: This file corresponds to the Example 5 of the paper. We show how to call the algorithms in this file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages