R/RcppExports.R

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

conggm <- function(S, graph, N, tol, maxit, traceOut) {
    .Call('_mixggm_conggm', PACKAGE = 'mixggm', S, graph, N, tol, maxit, traceOut)
}

estepmggm <- function(x, mu, sigma, pro) {
    .Call('_mixggm_estepmggm', PACKAGE = 'mixggm', x, mu, sigma, pro)
}

icf <- function(Sigma, S, graph, N, tol, maxit, traceOut, regularize, psi) {
    .Call('_mixggm_icf', PACKAGE = 'mixggm', Sigma, S, graph, N, tol, maxit, traceOut, regularize, psi)
}

profileloglik <- function(Sigma, S, N) {
    .Call('_mixggm_profileloglik', PACKAGE = 'mixggm', Sigma, S, N)
}

Try the mixggm package in your browser

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

mixggm documentation built on May 2, 2019, 6:10 a.m.