50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

ERPeq (version 0.1.0)

pdfew: Probability density function of the exponentiated Weibull distribution

Description

Probability density function of the exponentiated Weibull distribution

Usage

pdfew(par, x)

Value

return the value of the pdf of the exponentiated Weibull distribution

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

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

Run this code
pdfew(c(0.5,0.3,0.6),2)

Run the code above in your browser using DataLab