Hazard rate function
Hazard rate function for the discrete inverse Weibull distribution
hrdiweibull(x, q, beta)
x
: a vector of valuesq
: the value of the parameterbeta
: the value of the parameterthe hazard rate function computed on the x
values
The hazard rate function is defined as
ahrdiweibull
q<-0.5 beta<-2.5 x<-1:10 hrdiweibull(x, q, beta)
Useful links