Skip to content

Commit

Permalink
Adding cpdag extension algorithms
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Nov 28, 2023
1 parent 59e4684 commit c36e62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ causal graph operations.
:mod:`pywhy_graphs.algorithms.cpdag`: Algorithms for dealing with CPDAGs
========================================================================
With Markov equivalence classes of DAGs in a Markovian SCM setting, we obtain
a potentiallly directed acyclic graph (PDAG), which may be completed (CPDAG).
a potentially directed acyclic graph (PDAG), which may be completed (CPDAG).
We may want to generate a consistent DAG extension (i.e. Markov equivalent) of a CPDAG
then we may use some of the algorithms described here. Or perhaps one may want to
convert a DAG to its corresponding CPDAG.
Expand Down

0 comments on commit c36e62d

Please sign in to comment.