cran. To fix this you can add URL: https://cran.r-universe.dev/kendallknight to the package DESCRIPTION file. See also theR-universe documentation.Package: kendallknight 1.0.1
kendallknight: Efficient Implementation of Kendall's Correlation Coefficient Computation
The computational complexity of the implemented algorithm for Kendall's correlation is O(n log(n)), which is faster than the base R implementation with a computational complexity of O(n^2). For small vectors (i.e., less than 100 observations), the time difference is negligible. However, for larger vectors, the speed difference can be substantial and the numerical difference is minimal. The references are Knight (1966) <doi:10.2307/2282833>, Abrevaya (1999) <doi:10.1016/S0165-1765(98)00255-9>, Christensen (2005) <doi:10.1007/BF02736122> and Emara (2024) <https://learningcpp.org/>. This implementation is described in Vargas Sepulveda (2025) <doi:10.1371/journal.pone.0326090>.
Authors:
kendallknight_1.0.1.tar.gz
kendallknight_1.0.1.tar.gz(r-4.7-arm64)kendallknight_1.0.1.tar.gz(r-4.7-x86_64)kendallknight_1.0.1.tar.gz(r-4.6-arm64)kendallknight_1.0.1.tar.gz(r-4.6-x86_64)
kendallknight_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
kendallknight/json (API)
NEWS
| # Install 'kendallknight' in R: |
| install.packages('kendallknight', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/pachadotdev/kendallknight/issues
Last updated from:cb99b96ed9. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 114 | ||
| linux-devel-x86_64 | OK | 112 | ||
| source / vignettes | OK | 163 | ||
| linux-release-arm64 | OK | 112 | ||
| linux-release-x86_64 | OK | 122 | ||
| wasm-release | OK | 110 |
Exports:kendall_corkendall_cor_test
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| kendallknight: Efficient Implementation of Kendall's Correlation Coefficient Computation | kendallknight-package kendallknight |
| Kendall Correlation | kendall_cor |
| Kendall Correlation Test | kendall_cor_test |
