# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "kendallknight" in publications use:' type: software license: Apache-2.0 title: 'kendallknight: Efficient Implementation of Kendall''s Correlation Coefficient Computation' version: 0.6.0 doi: 10.32614/CRAN.package.kendallknight abstract: 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) , Abrevaya (1999) , Christensen (2005) and Emara (2024) . This implementation is described in Vargas Sepulveda (2024) . authors: - family-names: Vargas Sepulveda given-names: Mauricio email: m.sepulveda@mail.utoronto.ca orcid: https://orcid.org/0000-0003-1017-7574 repository: https://pachadotdev.r-universe.dev repository-code: https://github.com/pachadotdev/kendallknight commit: c4c9933cd6bb22ef7e0ccb6f741367a8387b21b0 url: https://pacha.dev/kendallknight/ contact: - family-names: Vargas Sepulveda given-names: Mauricio email: m.sepulveda@mail.utoronto.ca orcid: https://orcid.org/0000-0003-1017-7574