Description Usage Arguments Details Value See Also Examples
Hazard rate function for the discrete inverse Weibull distribution
1 | hrdiweibull(x, q, beta)
|
x |
a vector of values |
q |
the value of the q parameter |
beta |
the value of the β parameter |
The hazard rate function is defined as r(x)=P(X=x)/P(X≥ x)=(q^{x^{-β}}-q^{(x-1)^{-β}})/(1-q^{(x-1)^{-β}})
the hazard rate function computed on the x
values
1 2 3 4 | q<-0.5
beta<-2.5
x<-1:10
hrdiweibull(x, q, beta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.