\begin{equation} \quad P(X > s + t | X > s) = P(X > t) \quad \text{for all $s, t \geq 0$} \quad \end{equation}
The Memoryless Property (above) of the Exponential Distribution means that if you have already waited $s$ minutes for the bus - the probability that the bus comes in $s+t$ minutes .... is the same as if you only waited $t$ minutes. Unfortunately, the amount of time $s$ you have already waited does not count.
Here is my attempt to show the Memoryless Property applies to the Exponential Distribution using Cumulative Distributions and Conditional Probability Law:
\begin{equation} \text{Exponential PDF:} \quad f(x; \lambda) = \lambda e^{-\lambda x} \end{equation}
\begin{equation} \text{Exponential CDF:} \quad P(X \leq x) = F(x; \lambda) = 1 - e^{-\lambda x} \end{equation}
\begin{equation} \text{1 - CDF:} \quad 1 - P(X \leq x) = P(X > x) = e^{-\lambda x} \end{equation}
Using Law of Conditional Probability:
\begin{equation} P(X > s + t | X > s) = \frac{P(X > s + t \text{ and } X > s)}{P(X > s)} = \frac{P(X > s + t)}{P(X > s)} \end{equation}
\begin{equation} P(X > s + t | X > s) = \frac{e^{-\lambda (s + t)}}{e^{-\lambda s}} = e^{-\lambda t} = P(X > t) \end{equation}
My Question: In my classes, we were told again that the Memoryless Property ONLY applies to the Exponential Distribution - I am curious as to why it ONLY applies to the Exponential Distribution. I am able to show that this applies to the Exponential Distribution (i.e. above) - but how do I show that the Memoryless Property ONLY applies to the Exponential Distribution? (e.g. not other distributions)?
As an isolated example, I tried to verify that the Memoryless Property DOES NOT apply to the Gamma Distribution, but this was quite complicated:
$$ \text{Gamma PDF:} \quad f(x; k, \theta) = \frac{x^{k-1}e^{-x/\theta}}{\theta^k\Gamma(k)}$$ $$ \text{Gamma CDF:} \quad F(x; k, \theta) = \frac{1}{\Gamma(k)}\gamma(k, x/\theta)$$
If I try to use these definitions within the Memoryless Property:
$$\frac{\int_{s+t}^{\infty} f(x; k, \theta) dx}{\int_{s}^{\infty} f(x; k, \theta) dx} = \int_{t}^{\infty} f(x; k, \theta) dx$$
$$\frac{\int_{s+t}^{\infty} \frac{x^{k-1}e^{-x/\theta}}{\theta^k\Gamma(k)} dx}{\int_{s}^{\infty} \frac{x^{k-1}e^{-x/\theta}}{\theta^k\Gamma(k)} dx} = \int_{t}^{\infty} \frac{x^{k-1}e^{-x/\theta}}{\theta^k\Gamma(k)} dx$$
I am not sure how to prove that the above relationship is not true in general. I know that for a Gamma Distribution, when $k=1$, the Gamma Distribution becomes an Exponential Distribution - therefore, the above relationship (memoryless property) will be true for when $k=1$. However, I do not know how to prove that that when $k \neq 1$, the above relationship will not be true. And even if I did understand this, I would have to show that the Memoryless Property does not apply to all other distribution (e.g. Weibull, etc.) - and this would involve proving it for the generic distribution.
- Can someone please help me understand why the Memoryless Property does not hold in the case of the Gamma Distribution?
- And more generally, can someone please help me understand that why the Memoryless Property ONLY holds for the Exponential Distribution?
Thanks!
Update: I tried to present a proof of this question over here https://math.stackexchange.com/a/4807952/791334
spaceisdarkgreen : I actually tried to prove this result myself over here: https://math.stackexchange.com/questions/4807907/proof-involving-cauchy-equation - can you please take a look at this? – stats_noob Nov 16 '23 at 04:44