R/RcppExports.R

Defines functions cpp_sigma2hat_dj cpp_col_ms cpp_log0const arma_rowSums_minus_col

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

arma_rowSums_minus_col <- function(x, j) {
    .Call(`_exdex_arma_rowSums_minus_col`, x, j)
}

cpp_log0const <- function(x, constant) {
    .Call(`_exdex_cpp_log0const`, x, constant)
}

cpp_col_ms <- function(x) {
    .Call(`_exdex_cpp_col_ms`, x)
}

cpp_sigma2hat_dj <- function(all_max, b, kn, m, bias_adjust, which_dj) {
    .Call(`_exdex_cpp_sigma2hat_dj`, all_max, b, kn, m, bias_adjust, which_dj)
}

# Register entry points for exported C++ functions
methods::setLoadAction(function(ns) {
    .Call(`_exdex_RcppExport_registerCCallable`)
})

Try the exdex package in your browser

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

exdex documentation built on Sept. 10, 2023, 5:06 p.m.