R/RcppExports.R

Defines functions dexp gdp tf_approx

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

dexp <- function(iter, y, D, alpha, rho, m, debug) {
    .Call('btf_dexp', PACKAGE = 'btf', iter, y, D, alpha, rho, m, debug)
}

gdp <- function(iter, y, D, alpha, rho, m, debug) {
    .Call('btf_gdp', PACKAGE = 'btf', iter, y, D, alpha, rho, m, debug)
}

tf_approx <- function(y, l, D, k, eps, tau, max_iter) {
    .Call('btf_tf_approx', PACKAGE = 'btf', y, l, D, k, eps, tau, max_iter)
}

Try the btf package in your browser

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

btf documentation built on May 31, 2017, 8:22 p.m.