cdfiwweibull | R Documentation |
Cumulative distribution function of the inverse Weibull distribution
cdfiwweibull(par, x)
par |
parameter vector of the inverse Weibull distribution. First parameter is the shape and second is the scale parameter |
x |
vector of quantiles |
return the value of the cdf of the inverse Weibull distribution
Mudholkar, G. S., & Kollia, G. D. (1994). Generalized Weibull family: a structural analysis. Communications in statistics-theory and methods, 23(4), 1149-1171.
cdfiwweibull(c(2,3),5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.