Internal exdex functions

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)

kgaps_imt_old(data, u, k = 1)

kgaps_exp_info(theta, ss, inc_cens)

dgaps_loglik(theta, N0, N1, sum_qtd, n_dgaps, q_u, D)

g_theta(theta, q_u, D)

gd_theta(theta, q_u, D)

gdd_theta(theta, q_u, D)

gddd_theta(theta, q_u, D)

dgaps_exp_info(theta, ss, inc_cens)

dgaps_conf_int(theta_mle, ss, conf = 95)

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

Details

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