PMF of Y for Exponential Random Variable

  • Thread starter Thread starter magnifik
  • Start date Start date
  • Tags Tags
    Random
magnifik
Messages
350
Reaction score
0
for a random variable X with parameter λ, Y = m if m < X < m + 1
what is pmf of Y?

it's basically asking for P[m< X < m+1]
i know how to solve this for P[m < X < m + 1] ... it would be e-λm - e-λ(m+1) because
P[a < X < b] = Fx(b) - Fx(a) and i know the PDF of an exponential random variable. however, in this problem the inequality does not match that so I'm wondering how to solve. i am unsure how to decompose P[m < X < m + 1]. i don't know of any property of the CDF that matches this
 
Physics news on Phys.org
magnifik said:
for a random variable X with parameter λ, Y = m if m < X < m + 1
what is pmf of Y?

it's basically asking for P[m< X < m+1]
i know how to solve this for P[m < X < m + 1] ... it would be e-λm - e-λ(m+1) because
P[a < X < b] = Fx(b) - Fx(a) and i know the PDF of an exponential random variable. however, in this problem the inequality does not match that so I'm wondering how to solve. i am unsure how to decompose P[m < X < m + 1]. i don't know of any property of the CDF that matches this

It doesn't matter. For any random variable X that is (absolutely) continuous--that is, which has a density--- the probability of a single point = 0, so if a < b we have P{a <= X <= b} = P{a < X <= b} = P{a <= X < b} = P{a < X < b} = F(b) - F(a).

RGV
 
ok. thanks.
 
so it would be e-λm - e-λ(m+1) which can be written as
e-λm(1-e) .. would this be binomial or geometric?
 
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