pdfiweibull {ERPeq}R Documentation

Probability density function of the inverse Weibull distribution

Description

Probability density function of the inverse Weibull distribution

Usage

pdfiweibull(par, x)

Arguments

par

parameter vector of the inverse Weibull distribution. First parameter is the shape and second is the scale parameter

x

vector of observations or single value

Value

return the value of the pdf of the inverse Weibull distribution

References

Mudholkar, G. S., & Kollia, G. D. (1994). Generalized Weibull family: a structural analysis. Communications in statistics-theory and methods, 23(4), 1149-1171.

Examples

pdfiweibull(c(2,3),5)

[Package ERPeq version 0.1.0 Index]