R/cpp11.R

Defines functions pkendall_ kendall_cor_

# Generated by cpp11: do not edit by hand

kendall_cor_ <- function(x, y) {
  .Call(`_kendallknight_kendall_cor_`, x, y)
}

pkendall_ <- function(Q, n) {
  .Call(`_kendallknight_pkendall_`, Q, n)
}

Try the kendallknight package in your browser

Any scripts or data that you put into this service are public.

kendallknight documentation built on Aug. 31, 2025, 5:07 p.m.