R/RcppExports.R

Defines functions .arms_gibbs .arms

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

.arms_gibbs <- function(nSamples, previous, logPdf, lower, upper, initial, convex, maxPoints, metropolis, includeNEvaluations, showProgress) {
    .Call('_armspp_armsGibbs', PACKAGE = 'armspp', nSamples, previous, logPdf, lower, upper, initial, convex, maxPoints, metropolis, includeNEvaluations, showProgress)
}

.arms <- function(nSamples, logPdf, lower, upper, initial, convex, maxPoints, metropolis, previous, arguments, includeNEvaluations) {
    .Call('_armspp_arms', PACKAGE = 'armspp', nSamples, logPdf, lower, upper, initial, convex, maxPoints, metropolis, previous, arguments, includeNEvaluations)
}

Try the armspp package in your browser

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

armspp documentation built on May 24, 2019, 5:05 p.m.