Bootstrap inference for PMM2 time series models
ts_pmm2_inference(
object,
x = NULL,
B = 200,
seed = NULL,
block_length = NULL,
method = c("residual", "block"),
parallel = FALSE,
cores = NULL,
debug = FALSE
)data.frame with columns: Estimate, Std.Error, t.value, p.value
object of class TS2fit
(optional) original time series; if NULL, uses object@original_series
number of bootstrap replications
(optional) for reproducibility
block length for block bootstrap; if NULL, uses heuristic value
bootstrap type: "residual" or "block"
logical, whether to use parallel computing
number of cores for parallel computing
logical, whether to output additional diagnostic information