R/RcppExports.R

Defines functions effective_num_c jacc_matrix_c fast_bh_chisq fast_bh_beta

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

fast_bh_beta <- function(Tstat, alpha, shape1, shape2, lower = FALSE) {
    .Call(`_cbce_fast_bh_beta`, Tstat, alpha, shape1, shape2, lower)
}

fast_bh_chisq <- function(Tstat, alpha, df, lower = FALSE) {
    .Call(`_cbce_fast_bh_chisq`, Tstat, alpha, df, lower)
}

jacc_matrix_c <- function(bimod_list) {
    .Call(`_cbce_jacc_matrix_c`, bimod_list)
}

effective_num_c <- function(bimod_list) {
    .Call(`_cbce_effective_num_c`, bimod_list)
}
miheerdew/cbce documentation built on Aug. 28, 2023, 2:18 p.m.