R/RcppExports.R

Defines functions .dataAR_c .DeCAFS

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

.DeCAFS <- function(vectData, beta, lambda, gamma, phi = 0, type = "std") {
    .Call(`_DeCAFS_DeCAFSmain`, vectData, beta, lambda, gamma, phi, type)
}

.dataAR_c <- function(phi, epsilon0, mu, ynoise) {
    .Call(`_DeCAFS_dataAR_c`, phi, epsilon0, mu, ynoise)
}

Try the DeCAFS package in your browser

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

DeCAFS documentation built on Jan. 6, 2023, 5:27 p.m.