Is the Memoryless Property of Exponentials Affected by an Upper Bound?

  • Thread starter Thread starter hellokitten
  • Start date Start date
  • Tags Tags
    Distribution
hellokitten
Messages
10
Reaction score
0

Homework Statement


Let x be an exponential random variable with lamda = .5

P(x=5|2<x<9} = 0 since exponential is continuous => probability of any single number = 0
Calculate E[x| 2<x<9] = integral from 2 to 9 of (x* .5*exp(-.5*x)) dx ? is this true or is there something wrong because of the memoryless property of exponentials?

The Attempt at a Solution

 
Physics news on Phys.org
hellokitten said:
Calculate E[x| 2<x<9] = integral from 2 to 9 of (x* .5*exp(-.5*x)) dx ? is this true or is there something wrong because of the memoryless property of exponentials?
No, that equation is not quite right. Imagine reducing the given range to a very narrow one. The expected value should then be some value in that range, but your integral will tend to zero. What have you forgotten?

I don't understand why you think it would violate the memorylessness though. The conditional is not saying anything about the outcome of a previous trial; it's giving you information about the outcome of the present trial.
 
P(5|2<x<9) often is referring to the PDF evaluated at 5 divided by the (cdf at 9 - cdf at 2)
The expected value integral looks okay to me.
 
"Give that 2< x< 9" means that the probability that x is beween 2 and 9 is 1. The "conditional probability" that "a\le x\le b' where, of course, 2&lt; a&lt; b&lt; 9, is \frac{\int_a^b e^{-.5t}dt}{\int_2^9 e^{-.5t}dt}
 
RUber said:
The expected value integral looks okay to me.
Yes, the integral is ok in itself, but
RUber said:
... divided by the (cdf at 9 - cdf at 2)
Exactly - the division is missing.
 
hellokitten said:

Homework Statement


Let x be an exponential random variable with lamda = .5

P(x=5|2<x<9} = 0 since exponential is continuous => probability of any single number = 0
Calculate E[x| 2<x<9] = integral from 2 to 9 of (x* .5*exp(-.5*x)) dx ? is this true or is there something wrong because of the memoryless property of exponentials?

The Attempt at a Solution


hellokitten said:

Homework Statement


Let x be an exponential random variable with lamda = .5

P(x=5|2<x<9} = 0 since exponential is continuous => probability of any single number = 0
Calculate E[x| 2<x<9] = integral from 2 to 9 of (x* .5*exp(-.5*x)) dx ? is this true or is there something wrong because of the memoryless property of exponentials?

The Attempt at a Solution


Because of the upper bound ##X < 9## the memoryless property does not apply in full. However, it applies in part. Conditioned on ##X > 2##, the (conditional) distribution of ##X## is the same as that of ##2+Y##, where ##Y \sim \text{Expl}(\lambda = 0.5)##. We can thus write
E(X | 2 &lt; X &lt; 9) = 2 + E(Y|Y &lt; 7) = 2 + E(X | X &lt; 7)
Whether or not you think this is useful is for you to decide.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top