R/RcppExports.R

Defines functions fastMean fastProd fastSum

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

fastMean <- function(xx) {
    .Call(`_BayesESS_fastMean`, xx)
}

fastProd <- function(X, Y) {
    .Call(`_BayesESS_fastProd`, X, Y)
}

fastSum <- function(xx) {
    .Call(`_BayesESS_fastSum`, xx)
}

Try the BayesESS package in your browser

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

BayesESS documentation built on Dec. 1, 2019, 1:06 a.m.