Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential...

19
Exponential Distribution Definition: Exponential distribution with parameter λ: f (x)= λe -λx x 0 0 x< 0 The cdf: F (x)= x -∞ f (x)dx = 1 - e -λx x 0 0 x< 0 Mean E (X )=1. Moment generating function: φ(t)= E [e tX ]= λ λ - t , t<λ E (X 2 )= d 2 dt 2 φ(t)| t=0 =22 . V ar (X )= E (X 2 ) - (E (X )) 2 =12 . 1

Transcript of Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential...

Page 1: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

Exponential Distribution

• Definition: Exponential distribution with parameterλ:

f(x) =

{

λe−λx x ≥ 00 x < 0

• The cdf:

F (x) =

∫ x

−∞

f(x)dx =

{

1 − e−λx x ≥ 00 x < 0

• MeanE(X) = 1/λ.

• Moment generating function:

φ(t) = E[etX ] =λ

λ − t, t < λ

• E(X2) = d2

dt2φ(t)|t=0 = 2/λ2.

• V ar(X) = E(X2) − (E(X))2 = 1/λ2.

1

Page 2: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

• Properties

1. Memoryless:P (X > s + t|X > t) = P (X > s).

P (X > s + t|X > t)

=P (X > s + t,X > t)

P (X > t)

=P (X > s + t)

P (X > t)

=e−λ(s+t)

e−λt

= e−λs

= P (X > s)

– Example: Suppose that the amount of time onespends in a bank is exponentially distributed withmean 10 minutes,λ = 1/10. What is the prob-ability that a customer will spend more than 15minutes in the bank? What is the probabilitythat a customer will spend more than 15 min-utes in the bank given that he is still in the bankafter 10 minutes?Solution:

P (X > 15) = e−15λ = e−3/2 = 0.22

P (X > 15|X > 10) = P (X > 5) = e−1/2 = 0.604

2

Page 3: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

– Failure rate (hazard rate) functionr(t)

r(t) =f(t)

1 − F (t)

– P (X ∈ (t, t + dt)|X > t) = r(t)dt.– For exponential distribution:r(t) = λ, t > 0.– Failure rate function uniquely determinesF (t):

F (t) = 1 − e−∫ t0 r(t)dt .

3

Page 4: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

2. If Xi, i = 1, 2, ..., n, are iid exponential RVs withmean1/λ, the pdf of

∑ni=1 Xi is:

fX1+X2+···+Xn(t) = λe−λt (λt)n−1

(n − 1)!,

gamma distribution with parametersn andλ.

3. If X1 and X2 are independent exponential RVswith mean1/λ1, 1/λ2,

P (X1 < X2) =λ1

λ1 + λ2.

4. If Xi, i = 1, 2, ..., n, are independent exponentialRVs with rateµi. Let Z = min(X1, ..., Xn) andY = max(X1, ..., Xn). Find distribution ofZ andY .

– Z is an exponential RV with rate∑n

i=1 µi.

P (Z > x) = P (min(X1, ..., Xn) > x)

= P (X1 > x,X2 > x, ...,Xn > x)

= P (X1 > x)P (X2 > x) · · ·P (Xn > x)

=n

i=1

e−µix = e−(∑n

i=1 µi)x

– FY (x) = P (Y < x) =∏n

i=1(1 − e−µix).

4

Page 5: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

Poisson Process

• Counting process: Stochastic process{N(t), t ≥ 0}is a counting process ifN(t) represents the total num-ber of “events” that have occurred up to timet.

– N(t) ≥ 0 and are of integer values.

– N(t) is nondecreasing int.

• Independent increments: the numbers of events oc-curred indisjoint time intervals are independent.

• Stationary increments: the distribution of the numberof events occurred in a time interval only depends onthe length of the interval and does not depend on theposition.

5

Page 6: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

• A counting process{N(t), t ≥ 0} is a Poisson pro-cess with rateλ, λ > 0 if

1. N(0) = 0.

2. The process has independent increments.

3. The process has staionary increments andN(t+s)−N(s) follows a Poisson distribution withparameterλt:

P (N(t+s)−N(s) = n) = e−λt(λt)n

n!, n = 0, 1, ...

• Note:E[N(t + s) − N(s)] = λt.E[N(t)] = E[N(t + 0) − N(0)] = λt.

6

Page 7: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

Interarrival and Waiting Time

• DefineTn as the elapsed time between(n − 1)st andthenth event.

{Tn, n = 1, 2, ...}

is a sequence ofinterarrival times.

• Proposition 5.1: Tn, n = 1, 2, ... are independentidentically distributed exponential random variableswith mean1/λ.

• DefineSn as thewaiting time for thenth event, i.e.,the arrival time of thenth event.

Sn =n

i=1

Ti .

• Distribution ofSn:

fSn(t) = λe−λt (λt)n−1

(n − 1)!,

gamma distribution with parametersn andλ.

• E(Sn) =∑n

i=1 E(Ti) = n/λ.

7

Page 8: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

• Example: Suppose that people immigrate into a terri-tory at a Poisson rateλ = 1 per day. (a) What is theexpected time until the tenth immigrant arrives? (b)What is the probability that the elapsed time betweenthe tenth and the eleventh arrival exceeds 2 days?Solution:Time until the 10th immigrant arrives isS10.

E(S10) = 10/λ = 10 .

P (T11 > 2) = e−2λ = 0.133 .

8

Page 9: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

Further Properties

• Consider a Poisson process{N(t), t ≥ 0} with rateλ. Each event belongs to two types, I and II. The typeof an event is independent of everything else. Theprobability of being in type I isp.

• Examples: female vs. male customers, good emailsvs. spams.

• Let N1(t) be the number of type I events up to timet.

• Let N2(t) be the number of type II events up to timet.

• N(t) = N1(t) + N2(t).

9

Page 10: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

• Proposition 5.2: {N1(t), t ≥ 0} and{N2(t), t ≥ 0}are both Poisson processes having respective ratesλpandλ(1 − p). Furthermore, the two processes are in-dependent.

• Example: If immigrants to area A arrive at a Poissonrate of 10 per week, and if each immigrant is of En-glish descent with probability1/12, then what is theprobability that no people of English descent will im-migrate to area A during the month of February?Solution:The number of English descent immigrants arrivedup to timet is N1(t), which is a Poisson process withmeanλ/12 = 10/12.

P (N1(4) = 0) = e−(λ/12)·4 = e−10/3 .

10

Page 11: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

• Conversely: Suppose{N1(t), t ≥ 0} and{N2(t), t ≥0} are independent Poisson processes having respec-tive ratesλ1 andλ2. ThenN(t) = N1(t) + N2(t) is aPoisson process with rateλ = λ1 + λ2. For any eventoccurred with unknown type, independent of every-thing else, the probability of being type I isp = λ1

λ1+λ2

and type II is1 − p.

• Example: On a road, cars pass according to a Poissonprocess with rate5 per minute. Trucks pass accord-ing to a Poisson process with rate1 per minute. Thetwo processes are indepdendent. If in3 minutes,10veicles passed by. What is the probability that2 ofthem are trucks?Solution:Each veicle is independently a car with probability

55+1 = 5

6 and a truck with probability16. The probabil-ity that 2 out of 10 veicles are trucks is given by thebinomial distribution:

(

102

)(

1

6

)2 (

5

6

)8

11

Page 12: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

Conditional Distribution of Arrival Times

• Consider a Poisson process{N(t), t ≥ 0} with rateλ. Up to t, there is exactly one event occurred. Whatis the conditional distribution ofT1?

• Under the condition,T1 uniformly distributes on[0, t].

• Proof

P (T1 < s|N(t) = 1)

=P (T1 < s, N(t) = 1)

P (N(t) = 1)

=P (N(s) = 1, N(t) − N(s) = 0)

P (N(t) = 1)

=P (N(s) = 1)P (N(t) − N(s) = 0)

P (N(t) = 1)

=(λse−λs) · e−λ(t−s)

λte−λt

=s

tNote: cdf of a uniform

12

Page 13: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

• If N(t) = n, what is the joint conditional distributionof the arrival timesS1, S2, ...,Sn?

• S1, S2, ...,Sn is theordered statistics of n independentrandom variables uniformly distributed on[0, t].

• Let Y1, Y2, ..., Yn be n RVs. Y(1), Y(2),..., Y(n) is theordered statistics ofY1, Y2, ..., Yn if Y(k) is thekthsmallest value among them.

• If Yi, i = 1, ..., n are iid continuous RVs with pdff , then the joint density of the ordered statisticsY(1),Y(2),...,Y(n) is

fY(1),Y(2),...,Y(n)(y1, y2, ..., yn)

=

{

n!∏n

i=1 f(yi) y1 < y2 < · · · < yn

0 otherwise

13

Page 14: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

• We can show that

f(s1, s2, ..., sn | N(t) = n) =n!

tn0 < s1 < s2 · · · < sn < t

Proof

f(s1, s2, ..., sn | N(t) = n)

=f(s1, s2, ..., sn, n)

P (N(t) = n))

=λe−λs1λe−λ(s2−s1) · · ·λe−λ(sn−sn−1)e−λ(t−sn)

e−λt(λt)n/n!

=n!

tn, 0 < s1 < · · · < sn < t

• Forn independent uniformly distributed RVs on[0, t],Y1, ...,Yn:

f(y1, y2, ..., yn) =1

tn.

• Proposition 5.4: GivenSn = t, the arrival timesS1,S2, ...,Sn−1 has the distribution of the ordered statis-tics of a setn − 1 independent uniform(0, t) randomvariables.

14

Page 15: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

Generalization of Poisson Process

• Nonhomogeneous Poisson process: The counting pro-cess{N(t), t ≥ 0} is said to be a nonhomogeneousPoisson process with intensity functionλ(t), t ≥ 0 if

1. N(0) = 0.

2. The process has independent increments.

3. The distribution ofN(t+s)−N(t) is Poisson withmean given bym(t + s) − m(t), where

m(t) =

∫ t

0

λ(τ )dτ .

• We callm(t) mean value function.

• Poisson process is a special case whereλ(t) = λ, aconstant.

15

Page 16: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

• Compound Poisson process: A stochastic process{X(t), t ≥ 0} is said to be a compound Poisson pro-cess if it can be represented as

X(t) =

N(t)∑

i=1

Yi , t ≥ 0

where{N(t), t ≥ 0} is a Poisson process and{Yi, i ≥ 0} is a family of independent and identicallydistributed random variables which are also indepen-dent of{N(t), t ≥ 0}.

• The random variableX(t) is said to be acompoundPoisson random variable.

• Example: Suppose customers leave a supermarket inaccordance with a Poisson process. IfYi, the amountspent by theith customer,i = 1, 2, ..., are indepen-dent and identically distributed, thenX(t) =

∑N(t)i=1 Yi,

the total amount of money spent by customers by timet is a compound Poisson process.

16

Page 17: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

• FindE[X(t)] andV ar[X(t)].

• E[X(t)] = λtE(Y1).

• V ar[X(t)] = λt(V ar(Y1) + E2(Y1))

• Proof

E(X(t)|N(t) = n) = E(

N(t)∑

i=1

Yi|N(t) = n)

= E(n

i=1

Yi|N(t) = n)

= E(n

i=1

Yi) = nE(Y1)

E(X(t)) = EN(t)E(X(t)|N(t))

=∞

n=1

P (N(t) = n)E(X(t)|N(t) = n)

=∞

n=1

P (N(t) = n)nE(Y1)

= E(Y1)∞

n=1

nP (N(t) = n)

= E(Y1)E(N(t))

= λtE(Y1)

17

Page 18: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

V ar(X(t)|N(t) = n) = V ar(

N(t)∑

i=1

Yi|N(t) = n)

= V ar(n

i=1

Yi|N(t) = n)

= V ar(

n∑

i=1

Yi)

= nV ar(Y1)

V ar(X(t)|N(t) = n)

= E(X2(t)|N(t) = n) − (E(X(t)|N(t) = n))2

E(X2(t)|N(t) = n)

= V ar(X(t)|N(t) = n) + (E(X(t)|N(t) = n))2

= nV ar(Y1) + n2E2(Y1)

18

Page 19: Exponential Distributionpersonal.psu.edu/jol2/course/stat416/notes/chap5.pdf · Exponential Distribution ... = e−1/2 = 0.604 2 – Failure rate (hazard rate) function r(t) r(t)

V ar(X(t))

= E(X2(t)) − (E(X(t)))2

=∞

n=1

P (N(t) = n)E(X2(t)|N(t) = n) − (E(X(t)))2

=∞

n=1

P (N(t) = n)(nV ar(Y1) + n2E2(Y1)) − (λtE(Y1))2

= V ar(Y1)E(N(t)) + E2(Y1)E(N 2(t)) − (λtE(Y1))2

= λtV ar(Y1) + λtE2(Y1)

= λt(V ar(Y1) + E2(Y1))

= λtE(Y 21 )

19