R/RcppExports.R

Defines functions grid_search_c cavi_c ELBO_calculator_c

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

ELBO_calculator_c <- function(y, D, X, ssq_var, mu, alpha, ssq, sbsq, pip) {
    .Call(`_covdepGE_ELBO_calculator_c`, y, D, X, ssq_var, mu, alpha, ssq, sbsq, pip)
}

cavi_c <- function(y, D, X, mu0, alpha0, ssq, sbsq, pip, alpha_tol, max_iter) {
    .Call(`_covdepGE_cavi_c`, y, D, X, mu0, alpha0, ssq, sbsq, pip, alpha_tol, max_iter)
}

grid_search_c <- function(y, D, X, mu, alpha, ssq, sbsq, pip, alpha_tol, max_iter) {
    .Call(`_covdepGE_grid_search_c`, y, D, X, mu, alpha, ssq, sbsq, pip, alpha_tol, max_iter)
}
JacobHelwig/covdepGE documentation built on April 11, 2024, 7:22 a.m.