Probability of n events over a time period

In summary, the conversation discusses how to calculate the probability of n drops in a minute from a leaking tap, with a probability of 1% for a droplet in any given second. The two possible ways to model this are through a binomial or Poisson distribution, with the former involving binomial coefficients and the latter involving a constant probability and a total number of trials. However, it is noted that neither of these may be the most accurate model for a dripping tap.
  • #1
MrOd67
2
0
TL;DR Summary
How do you calculate the probability of n number of events over a time period given a constant probability p of the event occuring independently at any given time?
Let's say you have a leaking tab, and the probability of a droplet in any given second is 1%, regardless of whether there was a drop previously.

How would you calculate the probability of n drops in a minute?

No drops in a second is 0.99, so no drops over a minute is 0.99^60. Hence one or more drops is 1-0.99^60. But how about exactly n drops?
 
Physics news on Phys.org
  • #2
The way you are modelling it you have a binomial distribution with effectively a trial every second and a independent probability of ##p= 0.01## of success in each and every trial.

https://en.wikipedia.org/wiki/Binomial_distribution

The probability of exactly ##n## drops involves binomial coefficients: $$P(n) = \binom{N}{n}p^n(1-p)^{N-n}$$ where ##N = 60## is the total number of trials.

You could model this sort of thing using a Poisson distribution:

https://en.wikipedia.org/wiki/Poisson_distribution

Although, for a dripping tap, maybe neither of these is quite right.
 
  • #3
PeroK said:
The way you are modelling it you have a binomial distribution with effectively a trial every second and a independent probability of ##p= 0.01## of success in each and every trial.

https://en.wikipedia.org/wiki/Binomial_distribution

The probability of exactly ##n## drops involves binomial coefficients: $$P(n) = \binom{N}{n}p^n(1-p)^{N-n}$$ where ##N = 60## is the total number of trials.

You could model this sort of thing using a Poisson distribution:

https://en.wikipedia.org/wiki/Poisson_distribution

Although, for a dripping tap, maybe neither of these is quite right.
Perfect, that's exactly what I was looking for. Thank you very much!
 

1. What is the meaning of "Probability of n events over a time period"?

The probability of n events over a time period refers to the likelihood or chance of n specific events occurring within a specific time frame.

2. How is the probability of n events over a time period calculated?

The probability of n events over a time period is calculated by dividing the number of desired events (n) by the total number of possible outcomes within the given time period.

3. Can the probability of n events over a time period be greater than 1?

No, the probability of n events over a time period cannot be greater than 1. This would indicate a certainty of the events occurring, which is not possible in most scenarios.

4. How does the probability of n events over a time period change with time?

The probability of n events over a time period may change with time depending on the nature of the events and any external factors that may affect their likelihood. It is important to recalculate the probability as time progresses to ensure accuracy.

5. What are some real-world applications of the probability of n events over a time period?

The probability of n events over a time period is commonly used in fields such as finance, insurance, and risk management to assess the likelihood of certain events (such as stock market fluctuations or natural disasters) occurring within a given time frame. It is also used in scientific research to analyze data and make predictions.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
426
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
693
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
2K
  • Set Theory, Logic, Probability, Statistics
2
Replies
57
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
Back
Top