Question #63548

The exponential distribution with rate parameter μ > 0 is a continuous distribution on [0, ∞) with density

f(t) = μ exp(−μt), t > 0

1. Compute the cumulative distribution function defined by

F(t) := P(X ∈ [0,t]).

2. Compute P(s < X ≤ t).

3) Find P( X∈ [1,2] ∪[3,4] ).

4) Compute the conditional probability P (X ∈ [3, 4] | X ∈ [1, 4] )

5) Compute the conditional probability P (X > t + s | X > s ) for s, t ≥ 0.

6) Find the mean of the exponential distribution with rate parameter μ > 0.
1

Expert's answer

2016-11-21T14:50:12-0500

Answer on Question #63548 – Math – Statistics and Probability

The exponential distribution with rate parameter μ>0\mu > 0 is a continuous distribution on [0,)[0, \infty) with density


f(t)=μexp(μt),t>0f(t) = \mu \exp(-\mu t), \quad t > 0

Question

1. Compute the cumulative distribution function defined by F(t):=P(X[0,t])F(t) := P(X \in [0, t]).

Solution

The cdf is


F(t)=P(Xt)=tf(t)dt={1e(μt),t00,t<0F(t) = P(X \leq t) = \int_{-\infty}^{t} f(t) \, dt = \begin{cases} 1 - e^{(-\mu t)}, & t \geq 0 \\ 0, & t < 0 \end{cases}


Answer: F(t)={1e(μt),t00,t<0F(t) = \begin{cases} 1 - e^{(-\mu t)}, & t \geq 0 \\ 0, & t < 0 \end{cases}

Question

2. Compute P(s<Xt)P(s < X \leq t).

Solution

P(s<Xt)=P(Xt)P(Xs)=1eμt(1eμs)=eμseμt.P(s < X \leq t) = P(X \leq t) - P(X \leq s) = 1 - e^{-\mu t} - (1 - e^{-\mu s}) = e^{-\mu s} - e^{-\mu t}.P(s<Xt)=stf(t)dt=stμe(μt)dt=e(μt){ts=eμseμt.P(s < X \leq t) = \int_{s}^{t} f(t) \, dt = \int_{s}^{t} \mu e^{(-\mu t)} \, dt = -e^{(-\mu t)} \Big| \begin{cases} t \\ s \end{cases} = e^{-\mu s} - e^{-\mu t}.


Answer: P(s<Xt)=eμseμtP(s < X \leq t) = e^{-\mu s} - e^{-\mu t}.

Question

3. Find P(X[1,2][3,4])P(X \in [1, 2] \cup [3, 4]).

Solution

P(X[1,2][3,4])=P(X2)P(X1)+P(X4)P(X3)==1e2μ(1eμ)+1e4μ(1e3μ)=eμ+e3μe2μe4μ==e3μe2μ+eμ1e4μ=(eμ1)(e2μ+1)e4μP(X \in [1, 2] \cup [3, 4]) = P(X \leq 2) - P(X \leq 1) + P(X \leq 4) - P(X \leq 3) = \\ = 1 - e^{-2\mu} - (1 - e^{-\mu}) + 1 - e^{-4\mu} - (1 - e^{-3\mu}) = e^{-\mu} + e^{-3\mu} - e^{-2\mu} - e^{-4\mu} = \\ = \frac{e^{3\mu} - e^{2\mu} + e^{\mu} - 1}{e^{4\mu}} = \frac{(e^{\mu} - 1)(e^{2\mu} + 1)}{e^{4\mu}}


Answer: (eμ1)(e2μ+1)e4μ\frac{(e^{\mu} - 1)(e^{2\mu} + 1)}{e^{4\mu}}.

Question

4. Compute the conditional probability P(X[3,4]X[1,4])\mathrm{P}(\mathrm{X} \in [3, 4] \mid \mathrm{X} \in [1, 4]).

Solution

P(X[3,4]X[1,4])=P(X[3,4] and X[1,4])P(X[1,4])=P(X[3,4])P(X[1,4])==P(X4)P(X3)P(X4)P(X1)=e3μe4μeμe4μ=eμ1e3μ1=1e2μ+eμ+1.\begin{array}{l} P (X \in [ 3, 4 ] | X \in [ 1, 4 ]) = \frac {P (X \in [ 3 , 4 ] \text{ and } X \in [ 1 , 4 ])}{P (X \in [ 1 , 4 ])} = \frac {P (X \in [ 3 , 4 ])}{P (X \in [ 1 , 4 ])} = \\ = \frac {P (X \leq 4) - P (X \leq 3)}{P (X \leq 4) - P (X \leq 1)} = \frac {e ^ {- 3 \mu} - e ^ {- 4 \mu}}{e ^ {- \mu} - e ^ {- 4 \mu}} = \frac {e ^ {\mu} - 1}{e ^ {3 \mu} - 1} = \frac {1}{e ^ {2 \mu} + e ^ {\mu} + 1}. \end{array}


Answer: 1e2μ+eμ+1\frac{1}{e^{2\mu} + e^{\mu} + 1}.

Question

5. Compute the conditional probability P(X>t+sX>s)\mathrm{P}(\mathrm{X} > \mathrm{t} + \mathrm{s} \mid \mathrm{X} > \mathrm{s}) for s,t0\mathrm{s}, \mathrm{t} \geq 0.

Solution

P(X>t+sX>s)=P(X>s+t and X>s)P(X>s)=P(X>s+t)P(X>s)=eμ(t+s)eμs==eμt.\begin{array}{l} P (X > t + s \mid X > s) = \frac {P (X > s + t \text{ and } X > s)}{P (X > s)} = \frac {P (X > s + t)}{P (X > s)} = \frac {e ^ {- \mu (t + s)}}{e ^ {- \mu s}} = \\ = e ^ {- \mu t}. \end{array}


Answer: P(X>t+sX>s)=eμtP(X > t + s \mid X > s) = e^{-\mu t}.

Question

6. Find the mean of the exponential distribution with rate parameter μ>0\mu > 0.

Solution

The mean is


EX=0tf(t)dt=0tμe(μt)dt=te(μt)0+0e(μt)dt==001μe(μt)0=0+1μ=1μ.\begin{array}{l} E X = \int_ {0} ^ {\infty} t f (t) d t = \int_ {0} ^ {\infty} t \mu e ^ {(- \mu t)} d t = - t e ^ {(- \mu t)} \Big | _ {0} ^ {\infty} + \int_ {0} ^ {\infty} e ^ {(- \mu t)} d t = \\ = 0 - 0 - \frac {1}{\mu} e ^ {(- \mu t)} \Big | _ {0} ^ {\infty} = 0 + \frac {1}{\mu} = \frac {1}{\mu}. \end{array}


Answer: EX=1μE X = \frac{1}{\mu}.

www.AsignmentExpert.com


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS