pdfeexp | R Documentation |
Probability density function of the exponentiated exponential distribution
pdfeexp(par, x)
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 |
return the value of the pdf of the exponentiated exponential distribution
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.
pdfeexp(c(0.5,0.3),2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.