getDist | R Documentation |
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
)
distribution |
character(1). delay distribution. |
type |
character(1). type of function, cdf: cumulative distribution function, density or random function |
twoPhase |
logical(1). For |
twoGroup |
logical(1). For type='param', do we have two groups? |
bind |
character. For type='param', names of parameters that are bind between the two groups. |
profiled |
logical(1). For type='param', do we request profiling? |
transformed |
logical(1). For type='param', do we need parameter names transformed (as used inside the optimization function?) |
selected distribution function or parameter names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.