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 20, 2024
1 parent c9fdb04 commit 779486f
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 @@ -12,7 +12,7 @@ functions of the same name in StatsBase.
* `pairwise` and `pairwise!` which apply a function `f` to all possible pairs of entries in iterators `x` and `y`.

The improved performance of `pairwise` results from using multiple threads and reduced allocations (especially for `skipmissing = :pairwise`).
`corkendall` and `corspearman` wrap `pairwise`, but with specialised methods of the private function `_pairwise!` for efficiency.
`corkendall` and `corspearman` wrap `pairwise`, and benefit from specialised methods of the private function `_pairwise!` for efficiency.

I plan to raise a PR to replace the
StatsBase versions with the versions from this package, as a follow-on from issue
Expand Down

0 comments on commit 779486f

Please sign in to comment.