R/RcppExports.R

Defines functions sum_compute_single_rcpp

Documented in sum_compute_single_rcpp

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

#'@name sum_compute_single_rcpp
#'@title Softthresholding computation function
NULL

#'Compute the maximization in the EM-algorithm
#'@return updated coefficients vector
NULL

sum_compute_single_rcpp <- function(y, start_beta, ytx, XtX_reduce, lambda, alpha, xtx, i_iter) {
    .Call(`_PO_EN_sum_compute_single_rcpp`, y, start_beta, ytx, XtX_reduce, lambda, alpha, xtx, i_iter)
}

Try the PO.EN package in your browser

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

PO.EN documentation built on Aug. 19, 2020, 9:06 a.m.