Probability over time interval?

In summary, the writer is trying to find the probability of an object landing at a certain angle within a specific amount of time. They have already found the probability of it landing somewhere in the interval using a probability density function, and now they want to add a time variable into the landing of it. If there is more than one possible object that can land then they need to use an arrival distribution like the Poisson.
  • #1
Destroxia
204
7

Homework Statement



This is a problem I have posed for myself.

Suppose I have found the probability of something occurring over an angle, so it is the probability of landing at a particular angle over an interval of 2 angles.

How would I now find the probability of landing there within a specific amount of time? Say I wanted to find the probability of landing on that angle over a certain time interval. So it is sort of like, an interval within a time interval.

The Attempt at a Solution



I have already found the probability of it landing somewhere in the interval using a probability density function, now I want to add a time variable into the landing of it. Do I need to define some sort of constant which says what rate it is moving from point a to b on the interval?
 
Physics news on Phys.org
  • #2
Is there only one possible object - call it O - that could land? If so, then the probability of it landing with an angle in the range [a1,a2] during the time interval [t1,t2] is

$$P(A\cap B)=P(A|B)P(B)$$

where ##B## is the event that O lands in the time interval [t1,t2] and A is the event that O lands with angle in interval [a1,a2].
If the angle of landing is independent of the time of landing then this simplifies to ##P(A)P(B)##. Otherwise, you need an expression for the dependence between the two events before you can go any further.

If there is more than one possible object that can land then:

1. You need to use an arrival distribution like the Poisson, to generate the number of landings in the interval [t1,t2], given a landing frequency ##\lambda## per unit time; and
2. You need to refine your question, as you can no longer refer to 'it' landing. For instance it could be
a. What's the probability that at least one object lands at an angle in [a1,a2] in time interval t1,t2]; or
b. What's the probability that at least one object lands in time interval t1,t2] and the first such object lands at an angle in [a1,a2]; or
c. What's the probability that at least one object lands in time interval t1,t2] and the all such objects land at an angle in [a1,a2]; or
d. a lot of other possible questions.
 
  • #3
andrewkirk said:
Is there only one possible object - call it O - that could land? If so, then the probability of it landing with an angle in the range [a1,a2] during the time interval [t1,t2] is

$$P(A\cap B)=P(A|B)P(B)$$

where ##B## is the event that O lands in the time interval [t1,t2] and A is the event that O lands with angle in interval [a1,a2].
If the angle of landing is independent of the time of landing then this simplifies to ##P(A)P(B)##. Otherwise, you need an expression for the dependence between the two events before you can go any further.

If there is more than one possible object that can land then:

1. You need to use an arrival distribution like the Poisson, to generate the number of landings in the interval [t1,t2], given a landing frequency ##\lambda## per unit time; and
2. You need to refine your question, as you can no longer refer to 'it' landing. For instance it could be
a. What's the probability that at least one object lands at an angle in [a1,a2] in time interval t1,t2]; or
b. What's the probability that at least one object lands in time interval t1,t2] and the first such object lands at an angle in [a1,a2]; or
c. What's the probability that at least one object lands in time interval t1,t2] and the all such objects land at an angle in [a1,a2]; or
d. a lot of other possible questions.

So the equation essentially says the probability of them both occurring ( ##P(A\cap B)## ) is equal to the probability of A happening after getting the probability of B ( ##P(A|B)## ) times the probability of B occurring ( ##P(B)## ).

What is the reasoning behind this? (I'm fairly new to probability, still trying to understand some notation and thought process, but I think I'm getting the general gist)

So, what happens if my probability density function in general is impossible to define because the limit as it goes to infinity in both directions is undefined? Would that mean I have an non-continuous probability density, since my function doesn't particularly end (AKA the ##\int_{-\infty}^{\infty}p(x)dx \neq 1##)

What I mean by this is that my "object" could choose to never come to an arrival potentially anywhere along the function, or it could choose to come to rest on the function, essentially at any time it wants. So I want to be able to solve for the probability of it deciding to come to rest over a specified time interval. Say like, over an hour, what is the probability this object will decide to land anywhere on the function, given a specified angle between two points. This angle can keep repeating itself essentially.
 
  • #4
Failure rate in the continuous sense
RyanTAsher said:
So the equation essentially says the probability of them both occurring ( ##P(A\cap B)## ) is equal to the probability of A happening after getting the probability of B ( ##P(A|B)## ) times the probability of B occurring ( ##P(B)## ).

What is the reasoning behind this? (I'm fairly new to probability, still trying to understand some notation and thought process, but I think I'm getting the general gist)
It's how ##P(A|B)## is defined. That's called the conditional probability of A, given B, and is defined as ##P(A|B)\equiv\frac{P(A\cap B)}{P(B)}##.

So, what happens if my probability density function in general is impossible to define because the limit as it goes to infinity in both directions is undefined? Would that mean I have an non-continuous probability density, since my function doesn't particularly end (AKA the ##\int_{-\infty}^{\infty}p(x)dx \neq 1##)
If the integral is not 1 then it's not a probability. Part of the definition of a probability is that its integral must be 1.

What I mean by this is that my "object" could choose to never come to an arrival potentially anywhere along the function, or it could choose to come to rest on the function, essentially at any time it wants. So I want to be able to solve for the probability of it deciding to come to rest over a specified time interval. Say like, over an hour, what is the probability this object will decide to land anywhere on the function, given a specified angle between two points. This angle can keep repeating itself essentially.
It sounds like what you are trying to model is 'Mean Time Before Failure', where here 'failure' means landing. Here's the wiki article on it. The exponential failure distribution is a simple model that is widely used, and may suit your purpose. That's described under the heading 'Failure rate in the continuous sense'. It gives the cdf, and the pdf is the derivative of that.
 
  • #5
Thank you, that sounds exactly like what I am trying to model, the exponential failure distribution that is. The object in the case of my scenario is more of a decision, but I think this might work nicely.
 

Related to Probability over time interval?

1. What is probability over time interval?

Probability over time interval is a concept used in statistics and probability theory to measure the likelihood of an event occurring within a specific time frame. It takes into account both the probability of the event occurring and the duration of the time interval.

2. How is probability over time interval calculated?

The calculation of probability over time interval involves multiplying the probability of the event occurring in each individual time unit within the interval. For example, if the probability of an event occurring in one hour is 0.5, the probability of it occurring in two hours would be 0.5 x 0.5 = 0.25.

3. What is the difference between probability over time interval and probability at a specific point in time?

Probability over time interval takes into account the duration of the time interval, whereas probability at a specific point in time only considers the probability of the event occurring at that specific moment. Probability over time interval provides a more comprehensive understanding of the likelihood of an event occurring within a certain time frame.

4. How is probability over time interval used in real life?

Probability over time interval is used in various fields, such as finance, weather forecasting, and sports. It can be used to make predictions and decisions based on the likelihood of events occurring within a specific time frame. For example, it can be used in financial planning to estimate the probability of a stock market crash within a certain period of time.

5. What are the limitations of probability over time interval?

One limitation of probability over time interval is that it assumes that the probability of the event occurring remains constant throughout the entire time interval. In reality, the probability may change over time due to various factors. Additionally, it may not accurately predict rare or unpredictable events that occur within the time interval.

Similar threads

  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
623
  • Calculus and Beyond Homework Help
Replies
17
Views
2K
  • Advanced Physics Homework Help
Replies
1
Views
844
  • Calculus and Beyond Homework Help
Replies
11
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
3K
  • Thermodynamics
Replies
6
Views
734
  • Calculus and Beyond Homework Help
Replies
32
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
Back
Top