R/RcppExports.R

Defines functions c_s_h c_dscrt c_cntin c_d_theta_sh_h_p

Documented in c_cntin c_dscrt c_d_theta_sh_h_p c_s_h

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

c_s_h <- function(t, h) {
    .Call('cgAUC_c_s_h', PACKAGE = 'cgAUC', t, h)
}

c_dscrt <- function(y, z, l) {
    .Call('cgAUC_c_dscrt', PACKAGE = 'cgAUC', y, z, l)
}

c_cntin <- function(y, z, l, h) {
    .Call('cgAUC_c_cntin', PACKAGE = 'cgAUC', y, z, l, h)
}

c_d_theta_sh_h_p <- function(y, z, l, h) {
    .Call('cgAUC_c_d_theta_sh_h_p', PACKAGE = 'cgAUC', y, z, l, h)
}

Try the cgAUC package in your browser

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

cgAUC documentation built on May 1, 2019, 10:11 p.m.