Learn R Programming

ERPeq (version 0.1.0)

cdfiwweibull: Cumulative distribution function of the inverse Weibull distribution

Description

Cumulative distribution function of the inverse Weibull distribution

Usage

cdfiwweibull(par, x)

Value

return the value of the cdf of the inverse Weibull distribution

Arguments

par

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

x

vector of quantiles

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

Run this code
cdfiwweibull(c(2,3),5)

Run the code above in your browser using DataLab