Skip to content

Commit

Permalink
Updated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr78 committed Jul 24, 2024
1 parent fb3f68e commit 5fca1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ julia> ]add RecursiveCausalDiscovery
```

# How to use
The package so far has only one algorithm implemented: RSL-D, which can be called using the `rsld` function. The function takes the data matrix/table and a conditional independence test function as input, and returns the complete partially oriented directed acyclic graph (CPDAG) as output.
The package so far has only one algorithm implemented: RSL-D, which can be called using the `rsld` function. The function takes the data matrix/table and a conditional independence test function as input, and returns the completed partially oriented directed acyclic graph (CPDAG) as output.

## Simple example
In this example, a csv file named `data.csv` is loaded, and the RSL-D algorithm is used to learn the CPDAG. The conditional independence test is based on the Fisher's Z-test.
Expand Down

0 comments on commit 5fca1d9

Please sign in to comment.