Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Schacht <[email protected]>
  • Loading branch information
OliverSchacht committed Oct 22, 2024
1 parent 2642628 commit 6a837f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions causallearn/utils/FastKCI/FastKCI.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class FastKCI_CInd(object):
[2] M. Zhang, and S. Williamson,
"Embarrassingly Parallel Inference for Gaussian Processes", In JMLR 20 (2019)
[3] O. Schacht, and B. Huang
"FastKCI: A fast Kernel-based Conditional Indepdence test with application to causal discovery",
"FastKCI: A fast Kernel-based Conditional Independence test with application to causal discovery",
Working Paper.
"""
Expand Down Expand Up @@ -349,7 +349,7 @@ class FastKCI_UInd(object):
[2] M. Zhang, and S. Williamson,
"Embarrassingly Parallel Inference for Gaussian Processes" In JMLR 20 (2019)
[3] O. Schacht, and B. Huang
"FastKCI: A fast Kernel-based Conditional Indepdence test with application to causal discovery",
"FastKCI: A fast Kernel-based Conditional Independence test with application to causal discovery",
Working Paper.
"""
def __init__(self, K=10, J=8, alpha=500):
Expand Down

0 comments on commit 6a837f6

Please sign in to comment.