Exponential PDF
Exponential PDF
html)
The shorthand X ∼ exponential(α) is used to indicate that the random variable X has the exponen-
tial distribution with positive scale parameter α. The exponential distribution can be parameterized
by its mean α with the probability density function
1 −x/α
f (x) = e x > 0,
α
for α > 0. An exponential random variable X can also be parameterized by its rate λ via the
probability density function
f (x) = λe−λx x > 0,
for λ > 0. When the second parameterization is used, the meaning of the rate parameter depends
on the application (for example, failure rate for reliability, arrival rate or service rate for queueing,
recidivism rate in criminal justice). The exponential distribution is used in reliability to model
the lifetime of an object which, in a statistical sense, does not age (for example, a fuse or light
bulb). This property is known as the memoryless property. The exponential distribution is the
only continuous distribution that possesses this property. The only discrete distribution with the
memoryless property is the geometric distribution. The exponential distribution is used in queue-
ing theory to model the times between customer arrivals and the service times. The exponential
distribution is used in survival analysis to model the lifetime of an organism or the survival time
after treatment. The probability density function using the first parametrization with α = 0.5, 1, 2
is illustrated below.
Using the first parameterization, the cumulative distribution function on the support of X is
f (x) 1
h(x) = = x > 0.
S(x) α
The cumulative hazard function on the support of X is
x
H(x) = − ln S(x) = x > 0.
α
The inverse distribution function of X is
1
The median of X is
α ln 2.
The moment generating function of X is
1
M(t) = E etx = (1 − αt)−1
t< .
α
The characteristic function of X is
1
φ(t) = E eitX = (1 − α it)−1
t< .
α
The population mean, variance, skewness, and kurtosis of X are
" 3 # " 4 #
X − µ X −µ
E[X] = α V [X] = α2 E =2 E = 9.
σ σ
verify the cumulative distribution function, survivor function, hazard function, cumulative hazard
function, population mean, variance, skewness, kurtosis, and moment generating function.