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