- #1
Aaron10
- 4
- 0
Homework Statement
Let X be an exponential random variable with rate parameter λ>0. Let [x] denote the smallest integer greater than or equal to x (called the ceiling function). For example, [0.12]=1 and [2]=2. Let Y=[X].
a) Find the pmf of Y=[X]
b) Does Y have the memoryless property? Justify.
c) Evaluate E(Y).
Homework Equations
The pdf of exponential variable X is λe^-λx
The Attempt at a Solution
I found the pmf using Pr{Y=y} = ∫(λe^-λx)dx from y-1 to y. This gave me a pmf of
f(y) = e^(-λy)(e-1) for 1≤y<∞. I got E(Y) by using ∫y*f(y)dy from 1 to ∞, resulting in
E(Y) = ((-e^-λ)/λ)(e-1)(1/λ - 1). I am not sure how to show if Y is memoryless though, particularly because I am not really sure what the memoryless property is...