Bootstrap mixture parameters
bootstrap_mix2(
fit = NULL,
x = NULL,
par = NULL,
family = NULL,
B = 1000,
parametric = TRUE,
boot_size = NULL,
parallelType = 0,
quiet = 2,
ci_level = 0.95
)list with cleaned bootstrap estimates, central tendency, and CI
fitted object from fit_lognorm2 or fit_norm2
numeric vector (if fit not provided)
numeric vector of parameters (if fit not provided)
"lognormal" or "normal" (if fit not provided)
number of bootstrap replicates
logical, parametric bootstrap if TRUE
size or fraction (if between 0 and 1) of bootstrap sample
integer for DEoptim/pbapply parallelism
0/1/2 for verbosity
confidence level