R/RcppExports.R

Defines functions .racusum_arl_sim .racusum_ad_sim .bcusum_arl_sim .llr_score .racusum_crit_mc .racusum_arl_mc .racusum_discretebeta_arl_sim .racusum_betabinomial_arl_sim .racusum_beta_arl_sim .racusum_beta_crit_mc .racusum_beta_arl_mc .FWT2 .racusum_beta_arl_int .integ_t62 .f2 .Tn .eocusum_ad_sim .eocusum_arl_sim .optimal_k

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

.optimal_k <- function(pmix, RA, yemp) {
    .Call(`_vlad_optimal_k`, pmix, RA, yemp)
}

.eocusum_arl_sim <- function(r, pmix, k, h, RQ, yemp, side) {
    .Call(`_vlad_eocusum_arl_sim`, r, pmix, k, h, RQ, yemp, side)
}

.eocusum_ad_sim <- function(r, pmix, k, h, RQ, side, type, m) {
    .Call(`_vlad_eocusum_ad_sim`, r, pmix, k, h, RQ, side, type, m)
}

.Tn <- function(z, j) {
    .Call(`_vlad_Tn`, z, j)
}

.f2 <- function(w, RA, RQ, g0, g1, shape1, shape2) {
    .Call(`_vlad_f2`, w, RA, RQ, g0, g1, shape1, shape2)
}

.integ_t62 <- function(xl, xu, j, loc, RA, RQ, g0, g1, shape1, shape2) {
    .Call(`_vlad_integ_t62`, xl, xu, j, loc, RA, RQ, g0, g1, shape1, shape2)
}

.racusum_beta_arl_int <- function(h, N, RA, RQ, g0, g1, shape1, shape2, pw) {
    .Call(`_vlad_racusum_beta_arl_int`, h, N, RA, RQ, g0, g1, shape1, shape2, pw)
}

.FWT2 <- function(w, RA, g0, g1, shape1, shape2, RQ) {
    .Call(`_vlad_FWT2`, w, RA, g0, g1, shape1, shape2, RQ)
}

.racusum_beta_arl_mc <- function(h, RA, g0, g1, shape1, shape2, r, method, RQ) {
    .Call(`_vlad_racusum_beta_arl_mc`, h, RA, g0, g1, shape1, shape2, r, method, RQ)
}

.racusum_beta_crit_mc <- function(L0, RA, g0, g1, shape1, shape2, method, r, jmax, verbose, RQ) {
    .Call(`_vlad_racusum_beta_crit_mc`, L0, RA, g0, g1, shape1, shape2, method, r, jmax, verbose, RQ)
}

.racusum_beta_arl_sim <- function(r, shape1, shape2, coeff, h, RA, rs, RQ) {
    .Call(`_vlad_racusum_beta_arl_sim`, r, shape1, shape2, coeff, h, RA, rs, RQ)
}

.racusum_betabinomial_arl_sim <- function(r, shape1, shape2, coeff, h, RA, rs, RQ) {
    .Call(`_vlad_racusum_betabinomial_arl_sim`, r, shape1, shape2, coeff, h, RA, rs, RQ)
}

.racusum_discretebeta_arl_sim <- function(r, shape1, shape2, coeff, h, RA, rs, RQ) {
    .Call(`_vlad_racusum_discretebeta_arl_sim`, r, shape1, shape2, coeff, h, RA, rs, RQ)
}

.racusum_arl_mc <- function(pmix, RA, RQ, h, scaling, rounding, method) {
    .Call(`_vlad_racusum_arl_mc`, pmix, RA, RQ, h, scaling, rounding, method)
}

.racusum_crit_mc <- function(pmix, L0, RA, R, scaling, rounding, method, jmax, verbose) {
    .Call(`_vlad_racusum_crit_mc`, pmix, L0, RA, R, scaling, rounding, method, jmax, verbose)
}

.llr_score <- function(df, coeff, R0, RA, yemp) {
    .Call(`_vlad_llr_score`, df, coeff, R0, RA, yemp)
}

.bcusum_arl_sim <- function(r, h, df, R0, RA) {
    .Call(`_vlad_bcusum_arl_sim`, r, h, df, R0, RA)
}

.racusum_ad_sim <- function(r, pmix, h, RA, RQ, m, type) {
    .Call(`_vlad_racusum_ad_sim`, r, pmix, h, RA, RQ, m, type)
}

.racusum_arl_sim <- function(r, pmix, h, RA, RQ, yemp) {
    .Call(`_vlad_racusum_arl_sim`, r, pmix, h, RA, RQ, yemp)
}

Try the vlad package in your browser

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

vlad documentation built on Feb. 15, 2021, 5:12 p.m.