R/RcppExports.R

Defines functions eof ide

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

eof <- function(Y, F, G_0, Sigma_G_inv, m_0, C_0, scale_W, params, proc_model, n_samples, verbose) {
    .Call('_ideq_eof', PACKAGE = 'ideq', Y, F, G_0, Sigma_G_inv, m_0, C_0, scale_W, params, proc_model, n_samples, verbose)
}

ide <- function(Y, locs, m_0, C_0, mean_mu_kernel, var_mu_kernel, K, scale_Sigma_kernel, scale_W, params, n_samples, verbose) {
    .Call('_ideq_ide', PACKAGE = 'ideq', Y, locs, m_0, C_0, mean_mu_kernel, var_mu_kernel, K, scale_Sigma_kernel, scale_W, params, n_samples, verbose)
}

Try the ideq package in your browser

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

ideq documentation built on Dec. 20, 2019, 1:07 a.m.