R/RcppExports.R

Defines functions emWithL1 em_theta

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

#' EM algorithm
#' @noRd
em_theta <- function(X, Y, lambda, b, d, maxiter, conv) {
    .Call(`_bambu_em_theta`, X, Y, lambda, b, d, maxiter, conv)
}

#' L1-penalized likelihood estimation
#' @noRd
emWithL1 <- function(X, Y, lambda, d, maxiter, conv) {
    .Call(`_bambu_emWithL1`, X, Y, lambda, d, maxiter, conv)
}

Try the bambu package in your browser

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

bambu documentation built on Nov. 12, 2020, 2:01 a.m.