Learn R Programming

exdex (version 1.0.1)

exdex-internal: Internal exdex functions

Description

Internal exdex functions

Usage

spm_check(data, b, sliding = TRUE, bias_adjust = c("BB3", "BB1", "N",
  "none"), constrain = TRUE, varN = TRUE, which_dj = c("last",
  "first"))

spm_sigmahat_dj(data, b, check = FALSE)

spm_R_quick(data, b, bias_adjust = c("BB3", "BB1", "N", "none"), constrain = TRUE, varN = TRUE, which_dj = c("last", "first"))

ests_sigmahat_dj(all_max, b, which_dj, bias_adjust)

log0const_slow(x, const)

log0const(x, const)

ecdf3(x, y)

ecdf2(x, y)

ecdf1(x, y, lenx)

sliding_maxima(x, b = 1)

disjoint_maxima(x, b = 1, which_dj = c("first", "last"))

all_disjoint_maxima(x, b = 1, which_dj = c("all", "first", "last"))

all_maxima(x, b = 1, which_dj = c("all", "first", "last"))

kgaps_loglik(theta, N0, N1, sum_qs, n_kgaps)

kgaps_conf_int(theta_mle, ss, conf = 95)

kgaps_quad_solve(N0, N1, sum_qs)

iwls_fun(n_wls, N, S_1_sort, exp_qs, ws, nx)

Arguments

Details

These functions are not intended to be called by the user.