Alternative hazard rate function
Alternative hazard rate function for the discrete inverse Weibull distribution
ahrdiweibull(x, q, beta)
x
: a vector of valuesq
: the value of the parameterbeta
: the value of the parameterthe value of the alternative hazard rate function in the x
values
The alternative hazard rate function is defined as
hrdiweibull
q<-0.5 beta<-2 x<-1:10 y<-ahrdiweibull(x, q, beta) y plot(x,y,ylab="alt.hazard rate")
Useful links