ssd_hc(x, ...)# S3 method for list
ssd_hc(x, percent = 5, hc = 5, ...)
# S3 method for fitdist
ssd_hc(
x,
percent = 5,
hc = 5,
ci = FALSE,
level = 0.95,
nboot = 1000,
parallel = NULL,
ncpus = 1,
...
)
# S3 method for fitdistcens
ssd_hc(
x,
percent = 5,
hc = 5,
ci = FALSE,
level = 0.95,
nboot = 1000,
parallel = NULL,
ncpus = 1,
...
)
# S3 method for fitdists
ssd_hc(
x,
percent = 5,
hc = 5,
ci = FALSE,
level = 0.95,
nboot = 1000,
parallel = NULL,
ncpus = 1,
average = TRUE,
ic = "aicc",
...
)
# S3 method for fitdistscens
ssd_hc(
x,
percent = 5,
hc = 5,
ci = FALSE,
level = 0.95,
nboot = 1000,
parallel = NULL,
ncpus = 1,
average = TRUE,
ic = "aic",
...
)