Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PGS62 committed Mar 19, 2024
1 parent c5226de commit b6ffdba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ This unregistered package exports four function, which will be proposed as candi
* `corspearman`, for the calculation of Spearman correlation.
* `pairwise` and `pairwise!` which apply a function `f` to all possible pairs of entries in iterators `x` and `y`.

<details><summary><u>Click for function documentation</u></summary>
<p>

```
corkendall(x, y=x; skipmissing::Symbol=:none)
Expand Down Expand Up @@ -91,6 +94,9 @@ This unregistered package exports four function, which will be proposed as candi
0.928571 1.0 -1.0
-0.866025 -1.0 1.0
```
</p>
</details>

<!--
Expand Down Expand Up @@ -212,3 +218,5 @@ Platform Info:

Philip Swannell
19 March 2024


0 comments on commit b6ffdba

Please sign in to comment.