R/RcppExports.R

Defines functions cppNormalmixPMLE cppRegmixPMLE

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

cppNormalmixPMLE <- function(bs, ys, zs, mu0s, sigma0s, m, p, an, maxit = 2000L, ninits = 10L, tol = 1e-8, tau = 0.5, h = 0L, k = 0L) {
    .Call('normalregMix_cppNormalmixPMLE', PACKAGE = 'normalregMix', bs, ys, zs, mu0s, sigma0s, m, p, an, maxit, ninits, tol, tau, h, k)
}

cppRegmixPMLE <- function(bs, ys, xs, zs, mu0s, sigma0s, m, p, an, maxit = 2000L, ninits = 10L, tol = 1e-8, tau = 0.5, h = 0L, k = 0L) {
    .Call('normalregMix_cppRegmixPMLE', PACKAGE = 'normalregMix', bs, ys, xs, zs, mu0s, sigma0s, m, p, an, maxit, ninits, tol, tau, h, k)
}
hkasahar/normalregMix documentation built on May 17, 2019, 4 p.m.