R/RcppExports.R

Defines functions predict_class pseudo_mle mfwrapper

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

mfwrapper <- function(xi, weights, qJ, Lv, Eps, priorCount) {
    .Call('_bbl_mfwrapper', PACKAGE = 'bbl', xi, weights, qJ, Lv, Eps, priorCount)
}

pseudo_mle <- function(xi, freq, qJ, Lv, Lambda, Nprint, Itmax, Tol, Naive, Verbose, Lzhalf) {
    .Call('_bbl_pseudo_mle', PACKAGE = 'bbl', xi, freq, qJ, Lv, Lambda, Nprint, Itmax, Tol, Naive, Verbose, Lzhalf)
}

predict_class <- function(xid, Ly, h, J, lz, py, Naive) {
    .Call('_bbl_predict_class', PACKAGE = 'bbl', xid, Ly, h, J, lz, py, Naive)
}

Try the bbl package in your browser

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

bbl documentation built on Jan. 28, 2022, 1:07 a.m.