cdfeexp | R Documentation |
Cumulative distribution function of the exponentiated exponential distribution
cdfeexp(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.
cdfeexp(c(0.5,0.3),2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.