R/RcppExports.R

Defines functions adf_onestep_tests_panel_cpp FDR_cpp iADF_cpp BSQT_cpp union_test_cpp union_tests_cpp scaling_factors_cpp bootstrap_cpp adf_panel_bootstrap_dgp_cpp adf_tests_panel_cpp adf_tests_panel_cpp_mat_out

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

adf_tests_panel_cpp_mat_out <- function(y, pmin, pmax, ic, dc, detr, ic_scale, h_rs, range) {
    .Call(`_bootUR_adf_tests_panel_cpp_mat_out`, y, pmin, pmax, ic, dc, detr, ic_scale, h_rs, range)
}

adf_tests_panel_cpp <- function(y, pmin, pmax, ic, dc, detr, ic_scale, h_rs, range) {
    .Call(`_bootUR_adf_tests_panel_cpp`, y, pmin, pmax, ic, dc, detr, ic_scale, h_rs, range)
}

adf_panel_bootstrap_dgp_cpp <- function(y, pmin, pmax, ic, dc, QD, trim, ic_scale, h_rs, range) {
    .Call(`_bootUR_adf_panel_bootstrap_dgp_cpp`, y, pmin, pmax, ic, dc, QD, trim, ic_scale, h_rs, range)
}

bootstrap_cpp <- function(B, u, e, boot, l, s, ar, ar_est, y0, pmin, pmax, ic, dc, detr, ic_scale, h_rs, range, joint = TRUE, do_parallel = FALSE, show_progress = FALSE) {
    .Call(`_bootUR_bootstrap_cpp`, B, u, e, boot, l, s, ar, ar_est, y0, pmin, pmax, ic, dc, detr, ic_scale, h_rs, range, joint, do_parallel, show_progress)
}

scaling_factors_cpp <- function(u, D, prob) {
    .Call(`_bootUR_scaling_factors_cpp`, u, D, prob)
}

union_tests_cpp <- function(t, D, s) {
    .Call(`_bootUR_union_tests_cpp`, t, D, s)
}

union_test_cpp <- function(t, s) {
    .Call(`_bootUR_union_test_cpp`, t, s)
}

BSQT_cpp <- function(pvec, test_i, t_star, level) {
    .Call(`_bootUR_BSQT_cpp`, pvec, test_i, t_star, level)
}

iADF_cpp <- function(test_i, t_star) {
    .Call(`_bootUR_iADF_cpp`, test_i, t_star)
}

FDR_cpp <- function(test_i, t_star, level) {
    .Call(`_bootUR_FDR_cpp`, test_i, t_star, level)
}

adf_onestep_tests_panel_cpp <- function(y, pmin, pmax, ic, dc, ic_scale, h_rs, range) {
    .Call(`_bootUR_adf_onestep_tests_panel_cpp`, y, pmin, pmax, ic, dc, ic_scale, h_rs, range)
}

Try the bootUR package in your browser

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

bootUR documentation built on May 31, 2023, 9:15 p.m.