R/RcppExports.R

Defines functions compute_GVA_Rcpp_inner_full compute_AEL_Rcpp_inner_prez compute_AEL_Rcpp_inner_wrap

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

compute_AEL_Rcpp_inner_wrap <- function(th, h, lam0, a, z, T = 500L) {
    .Call(`_VBel_compute_AEL_Rcpp_inner_wrap`, th, h, lam0, a, z, T)
}

compute_AEL_Rcpp_inner_prez <- function(th, H_Zth, lam0, a, z, T = 500L) {
    .Call(`_VBel_compute_AEL_Rcpp_inner_prez`, th, H_Zth, lam0, a, z, T)
}

compute_GVA_Rcpp_inner_full <- function(mu, C, h, delthh, delth_logpi, z, lam0, rho, elip, a, T_SDG, T_AEL, p, verbosity) {
    .Call(`_VBel_compute_GVA_Rcpp_inner_full`, mu, C, h, delthh, delth_logpi, z, lam0, rho, elip, a, T_SDG, T_AEL, p, verbosity)
}

Try the VBel package in your browser

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

VBel documentation built on April 4, 2025, 2:24 a.m.