pdfeexp {ERPeq} | R Documentation |
Probability density function of the exponentiated exponential distribution
Description
Probability density function of the exponentiated exponential distribution
Usage
pdfeexp(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. Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.
Examples
pdfeexp(c(0.5,0.3),2)
[Package ERPeq version 0.1.0 Index]