<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Efficient Implementation of Kendall's Correlation Coefficient
Computation</dc:title>
  <dc:title>R package kendallknight version 1.0.1</dc:title>
  <dc:description>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) &lt;doi:10.2307/2282833&gt;,
    Abrevaya (1999) &lt;doi:10.1016/S0165-1765(98)00255-9&gt;,
    Christensen (2005) &lt;doi:10.1007/BF02736122&gt; and
    Emara (2024) &lt;https://learningcpp.org/&gt;.
    This implementation is described in
    Vargas Sepulveda (2025) &lt;doi:10.1371/journal.pone.0326090&gt;.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R(&gt;= 3.5.0)</dc:relation>
  <dc:relation>Imports: stats</dc:relation>
  <dc:relation>LinkingTo: cpp4r</dc:relation>
  <dc:relation>Suggests: knitr, rmarkdown, spelling, testthat (&gt;= 3.0.0)</dc:relation>
  <dc:creator>Mauricio Vargas Sepulveda &lt;m.vargas.sepulveda@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Mauricio Vargas Sepulveda [aut, cre] (ORCID:
    &lt;https://orcid.org/0000-0003-1017-7574&gt;),
  Loader Catherine [ctb] (original stirlerr implementations in C (2000)),
  Ross Ihaka [ctb] (original chebyshev_eval, gammafn and lgammacor
    implementations in C (1998))</dc:contributor>
  <dc:rights>Apache License (&gt;= 2)</dc:rights>
  <dc:date>2025-12-11</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=kendallknight</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.kendallknight</dc:identifier>
  <dc:language>en-US</dc:language>
</oai_dc:dc>
