cdfew | R Documentation |
Cumulative distribution function of the exponentiated Weibull distribution
cdfew(par, x)
par |
parameter vector of the exponentiated Weibull distribution. First parameter is the shape, second is the scale parameter and third parameter is shape parameter. |
x |
vector of observations or single value |
return the value of the pdf of the exponentiated Weibull distribution
Mudholkar, G. S., & Srivastava, D. K. (1993). Exponentiated Weibull family for analyzing bathtub failure-rate data. IEEE transactions on reliability, 42(2), 299-302.
cdfew(c(0.5,0.3,0.6),2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.