R/RcppExports.R

Defines functions printPercMsgs logUnnDens linbin PoiSMMsliceInner

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

PoiSMMsliceInner <- function(numMCMC, ncX, y, Cmat, CTy, sigmabetaHYP, AHYP, msgCode) {
    .Call(`_densEstBayes_PoiSMMsliceInner`, numMCMC, ncX, y, Cmat, CTy, sigmabetaHYP, AHYP, msgCode)
}

linbin <- function(x, gpoints, truncate) {
    .Call(`_densEstBayes_linbin`, x, gpoints, truncate)
}

logUnnDens <- function(j, betauj, betauNotj, Cmat, CTy, sigsqbetau) {
    .Call(`_densEstBayes_logUnnDens`, j, betauj, betauNotj, Cmat, CTy, sigsqbetau)
}

printPercMsgs <- function(msgCode, loopSize, iLoop, percCnt) {
    .Call(`_densEstBayes_printPercMsgs`, msgCode, loopSize, iLoop, percCnt)
}

Try the densEstBayes package in your browser

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

densEstBayes documentation built on March 31, 2023, 11:52 p.m.