Probability equation in case of an exponential distribution

Click For Summary

Discussion Overview

The discussion centers around the properties of the exponential distribution, particularly focusing on the conditional probability ##P(X>5|X>1)## and its relationship to the memoryless property of the distribution. Participants explore theoretical aspects, mathematical formulations, and interpretations of the memoryless property in the context of probability calculations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants question why ##P(X>5|X>1) = P(X>4)## holds true for an exponential distribution.
  • Others suggest writing out the density probabilities to clarify the relationship.
  • Several participants express confusion about the conditional probability and the implications of the memoryless property.
  • It is noted that the memoryless property implies that past events do not affect future probabilities, leading to the question of whether ##P(X>5|X>1) = P(X>5)## can be asserted.
  • One participant provides calculations to illustrate that ##P(X>5|X>1)## does not equal ##P(X>5)##, emphasizing the importance of the conditions under which probabilities are evaluated.
  • Another participant elaborates on the implications of the memoryless property using an example of a radioactive particle's lifetime.

Areas of Agreement / Disagreement

Participants express differing views on the interpretation of the memoryless property and its application to conditional probabilities. While some agree on the mathematical formulations, others challenge the conclusions drawn from them, leading to an unresolved discussion.

Contextual Notes

Participants highlight the importance of understanding the experimental conditions under which probabilities are calculated, indicating that the context can influence the interpretation of results.

user366312
Gold Member
Messages
88
Reaction score
3
Why is ##P(X>5|X>1) = P(X>4)## in case of an exponential distribution?

Can anyone kindly explain it to me?
 
Physics news on Phys.org
Just write out the densities probabilities using density of exponential distribution and it will become clear.
 
Math_QED said:
Just write out the densities probabilities using density of exponential distribution and it will become clear.

I couldn't understand.
 
user366312 said:
I couldn't understand.

Please define exponential distribution.
 
Math_QED said:
Please define exponential distribution.

The density function for an exponential distribution is ##f(x; \lambda) = \lambda e ^{-\lambda x}## in case of ##x\ge0##.

The plot would be something like the following:

241846
 
Okay, good. Do you know that ##P(X \leq t) = \int_{0}^t \lambda e^{-\lambda x} dx## for ##t > 0##? If so, why don't you just calculate all probabilities involved and see that they are equal?
 
Math_QED said:
Okay, good. Do you know that ##P(X \leq t) = \int_{0}^t \lambda e^{-\lambda x} dx## for ##t > 0##? If so, why don't you just calculate all probabilities involved and see that they are equal?

1. Yes, I know.
2. I want need to understand it either graphically or by proof in order to solve understand the following problem as I already have the solution with me:

241847
 
user366312 said:
1. Yes, I know.
2. I want need to understand it either graphically or by proof in order to solve understand the following problem as I already have the solution with me:

View attachment 241847

I don't understand your lack of understanding. You have formulas for P(X>5|X>1)---just the ordinary conditional probability formula. So, if you know how to compute the numerator P(X > 5 & X > 1) you are done.
 
Ray Vickson said:
I don't understand your lack of understanding. You have formulas for P(X>5|X>1)---just the ordinary conditional probability formula. So, if you know how to compute the numerator P(X > 5 & X > 1) you are done.

##P(X>5|X>1) = \frac{P(X>5, X>1)}{P(X>1)}##

Is this the correct formula?
 
  • #10
Do not forget exponential distribution has a memoryless property. When you set a condition, you do not have to consider the cases before it.
 
  • #11
mertcan said:
Do not forget exponential distribution has a memoryless property. When you set a condition, you do not have to consider the cases before it.

So, can I write ##P(X>5|X>1) = P(X>5)## ?
 
  • #12
user366312 said:
##P(X>5|X>1) = \frac{P(X>5, X>1)}{P(X>1)}##

Is this the correct formula?

What do YOU think? What is stopping you from carrying on, to complete the task?
 
  • Like
Likes   Reactions: member 587159
  • #13
Ray Vickson said:
What do YOU think? What is stopping you from carrying on, to complete the task?

As I have already said, I have calculations with me. I am trying to understand the core idea.

If exponential distribution is memoryless (i.e. the past has no bearing on its future behavior), why can't I write ##P(X>5|X>1) = P(X>5)##?
 
  • Like
Likes   Reactions: Periwinkle
  • #16
user366312 said:
So, can I write ##P(X>5|X>1) = P(X>5)## ?

No, obviously not: the left-hand side evaluates to ##P(X > 4),## and that is different from ##P(X > 5)##.

Look at it intuitively: once you have reached time ##1## you have 4 units left to go to reach time ##5##. The memoryless property says that the probability of having to wait at least 4 is exactly the same as for a brand-new random variable X that that has just been born at time 0----in other words, you have the same P(X > 4) whether you have just started or have already waited 1 unit (or 50 units or ... ).

The easiest way to write the memoryless property is to say that
$$P(X > t+s | X > t) = P(X > s)$$ So, if ##t=1## and ##t+s=5## we have ##s=4.##
 
Last edited:
  • #17
user366312 said:
As I have already said, I have calculations with me. I am trying to understand the core idea.

If exponential distribution is memoryless (i.e. the past has no bearing on its future behavior), why can't I write ##P(X>5|X>1) = P(X>5)##?

I'll describe what I think of this. Probability theory does not generally deal with the calculation of probabilities, but with an extraordinary task. That's it
  1. examining the laws of random mass phenomena,
  2. under precisely defined experimental conditions.
.................................
Suppose that the expected lifetime of a radioactive particle is ##1/\lambda##. In this case (I hope I remember it well) the distribution of its lifetime is exponential. The lack-of-memory property means that the particle is not aging, so if the particle has lived for a hundred years, it will have the same probability of surviving another hundred years as if it had just emerged in an atomic process.

The question, however, was whether the probability that the particle lifetime would be longer than five years provided that it had already lived for more than one year would be the same as the probability that the initially generated particle would last for more than five years. He forgets his past - that he already existed for a year - so it might seem right. On the other hand, the statement is false.

Calculate the probabilities.
$$ P(X>5) = e^{-5\lambda}, $$
$$ P(X>5 | X>1) = \frac {P(X>5~ and~ X>1)} { P(X>1)} = \frac {P(X>5)}{ P(X>1)} = e^{-5\lambda}/e^{-\lambda} = e^{-4\lambda}. $$
The two quantities are different.

.................................
However, as I wrote above, probabilities can only be discussed under predetermined experimental conditions.
If the experimental conditions are fixed so that only the random events in which the particle has lived for more than one year are tested, the same probability is that it will live for more than five years, provided it lived for more than one year, as the probability that the newly formed particle will live longer than five years. However, if we examine not only the particles that live longer than one year, but all the new particles, then these two quantities are different. The above calculation was for this.

The lack-of-memory property doesn't mean we forget what the experimental conditions are, which we are investigating.
 
  • #18
Periwinkle said:
I'll describe what I think of this. Probability theory does not generally deal with the calculation of probabilities, but with an extraordinary task. That's it
  1. examining the laws of random mass phenomena,
  2. under precisely defined experimental conditions.
.................................
Suppose that the expected lifetime of a radioactive particle is ##1/\lambda##. In this case (I hope I remember it well) the distribution of its lifetime is exponential. The lack-of-memory property means that the particle is not aging, so if the particle has lived for a hundred years, it will have the same probability of surviving another hundred years as if it had just emerged in an atomic process.

The question, however, was whether the probability that the particle lifetime would be longer than five years provided that it had already lived for more than one year would be the same as the probability that the initially generated particle would last for more than five years. He forgets his past - that he already existed for a year - so it might seem right. On the other hand, the statement is false.

Calculate the probabilities.
$$ P(X>5) = e^{-5\lambda}, $$
$$ P(X>5 | X>1) = \frac {P(X>5~ and~ X>1)} { P(X>1)} = \frac {P(X>5)}{ P(X>1)} = e^{-5\lambda}/e^{-\lambda} = e^{-4\lambda}. $$
The two quantities are different.

.................................
However, as I wrote above, probabilities can only be discussed under predetermined experimental conditions.
If the experimental conditions are fixed so that only the random events in which the particle has lived for more than one year are tested, the same probability is that it will live for more than five years, provided it lived for more than one year, as the probability that the newly formed particle will live longer than five years. However, if we examine not only the particles that live longer than one year, but all the new particles, then these two quantities are different. The above calculation was for this.

The lack-of-memory property doesn't mean we forget what the experimental conditions are, which we are investigating.

@Periwinkle Thanks for the answer! That concludes my query.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 20 ·
Replies
20
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K