Skip to content

❗ This is a read-only mirror of the CRAN R package repository. kendallknight — Efficient Implementation of Kendall's Correlation Coefficient Computation. Homepage: https://pacha.dev/kendallknight/https://github.com/pachadotdev/kendallknight Report bugs for this package: https://github.com/pachadotdev/ke ...

Notifications You must be signed in to change notification settings

cran/kendallknight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kendallknight

R-CMD-check codecov BuyMeACoffee Lifecycle: stable CRAN status

About

tldr; This package implements a different algorithm from the one implemented in base R, and it reduces the complexity of the Kendall’s correlation coefficient from O(n^2) to O(n log n) resulting in a runtime of nano seconds or minutes instead of minutes or hours. This package is written in C++ and uses cpp11 to export the functions to R. See the vignette for the mathematical details.

If this software is useful to you, please consider donating on Buy Me A Coffee. All donations will be used to continue improving kendallknight.

Installation

You can install the released version of kendallknight from CRAN with:

install.packages("kendallknight")

You can install the development version of kendallknight like so:

remotes::install_github("pachadotdev/kendallknight")

Examples

See the documentation and vignette: https://pacha.dev/kendallknight/.

Code of Conduct

Please note that the kendallknight project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

❗ This is a read-only mirror of the CRAN R package repository. kendallknight — Efficient Implementation of Kendall's Correlation Coefficient Computation. Homepage: https://pacha.dev/kendallknight/https://github.com/pachadotdev/kendallknight Report bugs for this package: https://github.com/pachadotdev/ke ...

Resources

Stars

Watchers

Forks

Packages

No packages published