Skip to content

Commit 688745e

Browse files
committed
update
1 parent 9f77d41 commit 688745e

File tree

3 files changed

+5
-115
lines changed

3 files changed

+5
-115
lines changed

.idea/csv-plugin.xml

Lines changed: 0 additions & 114 deletions
This file was deleted.

docs/source/search_methods_index/Constraint-based causal discovery methods/FCI.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ For detailed usage, please kindly refer to its `usage example <https://github.co
5555

5656
Returns
5757
-------------------
58-
**G**: a CausalGraph object, where G.graph[j,i]=1 and G.graph[i,j]=-1 indicates i --> j; G.graph[i,j] = G.graph[j,i] = -1 indicates i --- j; G.graph[i,j] = G.graph[j,i] = 1 indicates i <-> j; G.graph[j,i]=1 and G.graph[i,j]=2 indicates i o-> j.
58+
**G**: a CausalGraph object, where G is a PAG and the illustration of its end nodes is as follows:
59+
60+
.. image:: pag.png
61+
:width: 350
62+
5963

6064
**edges**: list. Contains graph's edges properties. If edge.properties have the Property 'dd', then there is no latent confounder. Otherwise, there might be latent confounders. If edge.properties have the Property 'nl', then it is definitely direct. Otherwise, it is possibly direct.
6165

46.4 KB
Loading

0 commit comments

Comments
 (0)