R/RcppExports.R

Defines functions arma_cmf checkOMP

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

arma_cmf <- function(x, M, y, maxIter, stableLag, critval, decfun, nCores, nStarts, pb) {
    .Call(`_cmfilter_arma_cmf`, x, M, y, maxIter, stableLag, critval, decfun, nCores, nStarts, pb)
}

checkOMP <- function() {
    .Call(`_cmfilter_checkOMP`)
}

Try the cmfilter package in your browser

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

cmfilter documentation built on April 11, 2019, 5:07 p.m.