Learn R Programming

AdequacyModel (version 1.0.8)

rkwweibull: Pseudo-Random Numbers - Kumaraswamy Weibull

Description

Generates pseudorandom numbers from Kumaraswamy Weibull Distribution.

Usage

rkwweibull(n, a, b, c, beta)

Arguments

n
Amount of generated numbers;
a
Shape parameter of the Kumaraswamy Weibull Distribution;
b
Shape parameter of the Kumaraswamy Weibull Distribution;
c
Shape parameter of the Kumaraswamy Weibull Distribution;
beta
Scale parameter of the Kumaraswamy Weibull Distribution.

Details

The Kumaraswamy Weibull Distribution function is given by:

$$F(x,a,b,c) = 1 - {1 - [1-e^{-(\beta*x)^c}]^a}^b$$ The distribution was proposed by Cordeiro, Ortega and Nadarajah in 2010 in the Journal of the Franklin Institute. The distribution is defined on the positive real ($x>0$). All parameters are also defined in the positive reals.

References

Cordeiro, G.M.; Ortega, E.M.M., Nadarajah, S. (2010). "The Kumaraswamy Weibull distribution with application to failure data". Journal of the Franklin Institute, 347, 1399-1429.

Examples

Run this code
rkwweibull(20,2,2.3,1.5,2)

Run the code above in your browser using DataLab