getDist: Get delay distribution function

View source: R/delay.R

getDistR Documentation

Get delay distribution function

Description

Get delay distribution function

Usage

getDist(
  distribution = c("exponential", "weibull"),
  type = c("cdf", "prob", "density", "random", "param"),
  twoPhase = FALSE,
  twoGroup = FALSE,
  bind = NULL,
  profiled = FALSE,
  transformed = FALSE
)

Arguments

distribution

character(1). delay distribution.

type

character(1). type of function, cdf: cumulative distribution function, density or random function

twoPhase

logical(1). For type='param', do we model two phases?

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?)

Value

selected distribution function or parameter names


incubate documentation built on Sept. 11, 2024, 6:50 p.m.