Skip to content

Commit 0f98d7c

Browse files
committed
add reference for pc stable
1 parent 208ab45 commit 0f98d7c

File tree

1 file changed

+3
-2
lines changed
  • docs/source/search_methods_index/Constraint-based causal discovery methods

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ and n_features is the number of features.
8181
- ":ref:`kci <Kernel-based conditional independence (KCI) test and independence test>`": kernel-based conditional independence test. (As a kernel method, its complexity is cubic in the sample size, so it might be slow if the same size is not small.)
8282
- ":ref:`mv_fisherz <Missing-value Fisher-z test>`": Missing-value Fisher's Z conditional independence test.
8383

84-
**stable**: run stabilized skeleton discovery if True. Default: True.
84+
**stable**: run stabilized skeleton discovery [4]_ if True. Default: True.
8585

8686
**uc_rule**: how unshielded colliders are oriented. Default: 0.
8787
- 0: run uc_sepset.
@@ -114,4 +114,5 @@ Returns
114114

115115
.. [1] Spirtes, P., Glymour, C. N., Scheines, R., & Heckerman, D. (2000). Causation, prediction, and search. MIT press.
116116
.. [2] Tu, R., Zhang, C., Ackermann, P., Mohan, K., Kjellström, H., & Zhang, K. (2019, April). Causal discovery in the presence of missing data. In The 22nd International Conference on Artificial Intelligence and Statistics (pp. 1762-1770). PMLR.
117-
.. [3] Ramsey, J. (2016). Improving accuracy and scalability of the pc algorithm by maximizing p-value. arXiv preprint arXiv:1610.00378.
117+
.. [3] Ramsey, J. (2016). Improving accuracy and scalability of the pc algorithm by maximizing p-value. arXiv preprint arXiv:1610.00378.
118+
.. [4] Colombo, D., & Maathuis, M. H. (2014). Order-independent constraint-based causal structure learning. J. Mach. Learn. Res., 15(1), 3741-3782.

0 commit comments

Comments
 (0)