cdfeexp {ERPeq} | R Documentation |
Cumulative distribution function of the exponentiated exponential distribution
Description
Cumulative distribution function of the exponentiated exponential distribution
Usage
cdfeexp(par, x)
Arguments
par |
parameter vector of the exponentiated exponential distribution. First parameter is the shape, second is the scale parameter. |
x |
vector of observations or single value |
Value
return the value of the pdf of the exponentiated exponential distribution
References
Gupta, R. D., & Kundu, D. (1999). Theory & methods: Generalized exponential distributions. Australian & New Zealand Journal of Statistics, 41(2), 173-188.
Examples
cdfeexp(c(0.5,0.3),2)
[Package ERPeq version 0.1.0 Index]