From 5f828c5386a4995a7d3b84bc6102ea38f5659a46 Mon Sep 17 00:00:00 2001 From: Philip Swannell <18028484+PGS62@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:44:15 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f6ce08..6551d6e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # KendallTau.jl This unregistered package exports four functions, each with better performance than the -functions of the same name in StatsBase. +equivalent function in StatsBase. * `corkendall`, for the calculation of Kendall's τ coefficient. * `corspearman`, for the calculation of Spearman correlation. @@ -220,7 +220,11 @@ julia> 3.848/0.121942 ### `corkendall` performance against size of `x` image +### `corspearman` performance against size of `x` +image + + Philip Swannell -19 March 2024 +21 March 2024 \ No newline at end of file