R/RcppExports.R

Defines functions meanconsistent_wrapper_cpp largestmeanconsistent_approximate_cpp eBH_cpp largestmeanconsistent_cpp find_largest_r_approximate_cpp cSu_check_cpp cSu_check_sep_cpp find_largest_r_cpp su_cpp cBY_check_cpp BY_cpp

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

BY_cpp <- function(p, harmonic, alpha) {
    .Call(`_eClosure_BY_cpp`, p, harmonic, alpha)
}

cBY_check_cpp <- function(p, r, harmonic, warm_s, alpha) {
    .Call(`_eClosure_cBY_check_cpp`, p, r, harmonic, warm_s, alpha)
}

su_cpp <- function(p, alpha) {
    .Call(`_eClosure_su_cpp`, p, alpha)
}

find_largest_r_cpp <- function(p, alpha) {
    .Call(`_eClosure_find_largest_r_cpp`, p, alpha)
}

cSu_check_sep_cpp <- function(p, r, warm_failing_u, warm_cache, alpha) {
    .Call(`_eClosure_cSu_check_sep_cpp`, p, r, warm_failing_u, warm_cache, alpha)
}

cSu_check_cpp <- function(p, r, alpha) {
    .Call(`_eClosure_cSu_check_cpp`, p, r, alpha)
}

find_largest_r_approximate_cpp <- function(p, alpha) {
    .Call(`_eClosure_find_largest_r_approximate_cpp`, p, alpha)
}

largestmeanconsistent_cpp <- function(e, alpha) {
    .Call(`_eClosure_largestmeanconsistent_cpp`, e, alpha)
}

eBH_cpp <- function(e, alpha) {
    .Call(`_eClosure_eBH_cpp`, e, alpha)
}

largestmeanconsistent_approximate_cpp <- function(e, alpha) {
    .Call(`_eClosure_largestmeanconsistent_approximate_cpp`, e, alpha)
}

meanconsistent_wrapper_cpp <- function(cum_e, r, alpha) {
    .Call(`_eClosure_meanconsistent_wrapper_cpp`, cum_e, r, alpha)
}

Try the eClosure package in your browser

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

eClosure documentation built on April 15, 2026, 5:08 p.m.