powered by
Modified Log-logistic (MLL) hazard function.
hMLL(t, kappa, alpha, eta, log = FALSE)
: positive argument
: scale parameter
: shape parameter
:log scale (TRUE or FALSE)
the value of the MLL hazard function
# NOT RUN { t=runif(10,min=0,max=1) hMLL(t=t, kappa=0.75, alpha=0.5, eta=0.9,log=FALSE) # }
Run the code above in your browser using DataLab