Exponential Distribution

Definition

is said to be an exponential random variable with (that is, ) if we have p.d.f.:

(see Piecewise Functions)

Visualization

For :

left=-1; right=5;
bottom=-1;top=2;
---
y = e^{-x} \{ x \ge 0 \}
y = 0 \{ x < 0 \}

Support and CDF

(support and c.d.f.)

Support

CDF

Proof

(see integral)

Visualization

For :

left=-1; right=5;
bottom=-1;top=2;
---
y = 1 - e^{-x} \{ x \ge 0 \}
y = 0 \{ x < 0 \}

Alternate notation: in the STAT 231 notes, and

Expectation and Variance

(expected value and variance)

Definition

Given :

Memorylessness

Property

The exponential distribution is memoryless

  1. Waiting time interpretation
    • Detector for radioactive decay
      • Waiting for detector to go off has same probability if you came in later

Relationships to Other Distributions

  1. Bernoulli Distribution
  2. Poisson Distribution
    • Poisson process: continuous version of Bernoulli
    • "Waiting time" for first success is the exponential distribution
Theorem

  1. Let be the number of arrivals in a time interval of length of a Poisson process with intensity
  2. Let be the waiting time for the first arrival

then

proof
Let CDF of be . Looking at :

todo what??!??

Examples

Example

Suppose . Find the median of .

solution
Median: 50th percentile.

Let be the median, then

Note: "percentile" refers to an actual value.

[!example]
City has busses that appear every 10 minutes, but you arrive at bus stops at random times (uniform).

  1. What is the expected waiting time?
  2. Find

solution
Let be the time spend waiting in minutes.

  1. Should wait on average minutes

[!example]
City has busses that appear , but you arrive at bus stops at random times (uniform).

  1. What is the expected waiting time?
  2. Find

solution
Let be the waiting time in minutes

  1. ???