Learn R Programming

ERPeq (version 0.1.0)

cdfeexp: Cumulative distribution function of the exponentiated exponential distribution

Description

Cumulative distribution function of the exponentiated exponential distribution

Usage

cdfeexp(par, x)

Value

return the value of the pdf of the exponentiated exponential distribution

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

References

Gupta, R. D., & Kundu, D. (1999). Theory & methods: Generalized exponential distributions. Australian & New Zealand Journal of Statistics, 41(2), 173-188.

Examples

Run this code
cdfeexp(c(0.5,0.3),2)

Run the code above in your browser using DataLab