
Start values for the logit-hazard parameterisation
Source:R/pdiscretehazard.R
discretehazard_start.RdBuilds a named list of starting values for fitdistdoublecens() with
distr = "discretehazard". The free parameters are the logit
intercept alpha, the log random-walk (or random-effect) scale
log_sigma, and the K - 1 innovations eps_1, ...,
eps_{K-1}. The final bin hazard is pinned to 1 inside the
parameterisation so the implied PMF sums to 1.
Usage
discretehazard_start(K, alpha = -2, log_sigma = log(1), eps = 0)Value
Named list suitable for the start argument of
fitdistdoublecens().
See also
Other pdiscretehazard:
ddiscretehazard(),
pdiscretehazard(),
rdiscretehazard()