File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
causallearn/utils/FastKCI Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class FastKCI_CInd(object):
2222 [2] M. Zhang, and S. Williamson,
2323 "Embarrassingly Parallel Inference for Gaussian Processes", In JMLR 20 (2019)
2424 [3] O. Schacht, and B. Huang
25- "FastKCI: A fast Kernel-based Conditional Indepdence test with application to causal discovery",
25+ "FastKCI: A fast Kernel-based Conditional Independence test with application to causal discovery",
2626 Working Paper.
2727
2828 """
@@ -349,7 +349,7 @@ class FastKCI_UInd(object):
349349 [2] M. Zhang, and S. Williamson,
350350 "Embarrassingly Parallel Inference for Gaussian Processes" In JMLR 20 (2019)
351351 [3] O. Schacht, and B. Huang
352- "FastKCI: A fast Kernel-based Conditional Indepdence test with application to causal discovery",
352+ "FastKCI: A fast Kernel-based Conditional Independence test with application to causal discovery",
353353 Working Paper.
354354 """
355355 def __init__ (self , K = 10 , J = 8 , alpha = 500 ):
You can’t perform that action at this time.
0 commit comments