pdfew {ERPeq}R Documentation

Probability density function of the exponentiated Weibull distribution

Description

Probability density function of the exponentiated Weibull distribution

Usage

pdfew(par, x)

Arguments

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

Value

return the value of the pdf of the exponentiated Weibull distribution

References

Mudholkar, G. S., & Srivastava, D. K. (1993). Exponentiated Weibull family for analyzing bathtub failure-rate data. IEEE transactions on reliability, 42(2), 299-302.

Examples

pdfew(c(0.5,0.3,0.6),2)

[Package ERPeq version 0.1.0 Index]