Get delay distribution function
getDist(
distribution = c("exponential", "weibull"),
type = c("cdf", "prob", "density", "random", "param"),
twoPhase = FALSE,
twoGroup = FALSE,
bind = NULL,
profiled = FALSE,
transformed = FALSE
)selected distribution function or parameter names
character(1). delay distribution.
character(1). type of function, cdf: cumulative distribution function, density or random function
logical(1). For type='param', do we model two phases?
logical(1). For type='param', do we have two groups?
character. For type='param', names of parameters that are bind between the two groups.
logical(1). For type='param', do we request profiling?
logical(1). For type='param', do we need parameter names transformed (as used inside the optimization function?)