R/RcppExports.R

Defines functions KS2sample_Rcpp Kuiper2sample_c_Rcpp Kuiper2sample_Rcpp KS2sample_c_Rcpp ks_c_cdf_Rcpp

Documented in KS2sample_c_Rcpp KS2sample_Rcpp ks_c_cdf_Rcpp Kuiper2sample_c_Rcpp Kuiper2sample_Rcpp

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

ks_c_cdf_Rcpp <- function(n) {
    .Call(`_KSgeneral_ks_c_cdf_Rcpp`, n)
}

KS2sample_c_Rcpp <- function(m, n, kind, M, q, w_vec, tol) {
    .Call(`_KSgeneral_KS2sample_c_Rcpp`, m, n, kind, M, q, w_vec, tol)
}

Kuiper2sample_Rcpp <- function(m, n, M, q) {
    .Call(`_KSgeneral_Kuiper2sample_Rcpp`, m, n, M, q)
}

Kuiper2sample_c_Rcpp <- function(m, n, M, q) {
    .Call(`_KSgeneral_Kuiper2sample_c_Rcpp`, m, n, M, q)
}

KS2sample_Rcpp <- function(m, n, kind, M, q, w_vec, tol) {
    .Call(`_KSgeneral_KS2sample_Rcpp`, m, n, kind, M, q, w_vec, tol)
}

Try the KSgeneral package in your browser

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

KSgeneral documentation built on May 29, 2024, 4:55 a.m.