From 779486f07d7ba91248d25cde2bda9c0267520a36 Mon Sep 17 00:00:00 2001 From: Philip Swannell <18028484+PGS62@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:00:15 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff15d5c..1f6ce08 100644 --- a/README.md +++ b/README.md @@ -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