Looking for a modified Poisson distribution

In summary, the conversation discusses the need for a modified Poisson distribution to model a system with slightly dispersed events. The Poisson distribution can be used for the time distribution, but a new distribution must be found for the spatial distribution. One suggestion is to develop an "intersection matrix" to determine the probability of events occurring at the same time, but this may be difficult for systems with a large number of events.
  • #1
Hoplite
51
0
I'm looking to model a system in which events are nearly perfectly randomly distributed but with a slight tendency for events to avoid each other. As you know, if the system were perfectly random, I could use a Poisson distribution. The probability distribution for the number of events would then be

## P(N) = \frac{\lambda^N e^{-\lambda}}{N!} . ##

And the Poisson distribution also allows us to determine the probability distributions for the locations of each event, since the Poisson distribution implies that individual events follow a uniform distribution. Hence, if every event occurs within ##(-L/2, L/2)##, and ##p(x)## is the probability distribution for the location of an individual event, then

## p(x) = \frac{1}{L}. ##

So, I'm looking for a modified Poisson distribution that allows the events to be slightly dispersed, rather than perfectly random and gives me equivalent equations for both ##P(N)## and ##p(x)##. I know of many that would give me an equation equivalent to ##P(N)##, but none that would give me an equivalent to ##p(x)##.

Naturally, any equation for ##p(x)## would have to take into account the locations of the other events, so it may only be able to produce an equation for ##p(x)## for a small number of events. For example, the first event to be placed within ##(-L/2, L/2)## has no preference for any location, so its probability density function would be

## p_1(x_1) = \frac{1}{L}. ##

The location of the second event, ##x_2##, however, would depend slightly on the location of the first, ##x_1##, and this is where it gets tricky. I don't know of any modified Poisson distribution that would allow me to determine the probability density function of the 2nd event, let alone the third or fourth.

Could anyone recommend a suitable distribution to use?
 
Mathematics news on Phys.org
  • #2
The spatial distribution of the events and the time distribution (Poisson) are independent. I suggest you work out the spatial distribution based on the model you want and leave the time distribution as is.
 
  • #3
You can choose P(N) as you like as it has no information about the positions in your interval.

It is possible to find a function that is nearly uniform over (-L/2, L/2) but slightly smaller close to other events. There are tons of functions without a clear way to prefer one over others. Normalizing it might be ugly, and writing down a combined probability distribution ##p(x_1,x_2,x_3,...)## in that way could be even more ugly.
 
  • #4
What you can try to do is develop an "intersection matrix" of events and develop your own distribution. For example suppose you are only concerned with the probability of any two events occurring at the same time. You can develop two vectors of all possible events:
(Im at work I can't do latex because of the firewall sadly)

u = first event occurring = {event 1, event 2,...}
v = second even occurring = {event 1, event 2,...}

Each "event" has a probability associated with it. Suppose you know the probability of a few intersections of u and v, then you can develop a matrix:

P(u n v) = 2D matrix corresponding to events in u and v, with n1*n2 elements where n1 and n2 are the number of events in u and v respectively.

Now this might be difficult if you have a lot of events to work with, but you know a key piece of information: the sum of all probabilities in the matrix must add up to one. You also know that the double dot product of your matrix and an event vector must result in the expected value.

I hope this helps. This strategy comes from a problem I am working on in my free time to predict a few interesting things.
 

Related to Looking for a modified Poisson distribution

1. What is a modified Poisson distribution?

A modified Poisson distribution is a probability distribution that is used to model count data. It is a variation of the traditional Poisson distribution, but it allows for overdispersion, meaning that the variance can be greater than the mean.

2. How is a modified Poisson distribution different from a Poisson distribution?

The main difference between a modified Poisson distribution and a Poisson distribution is that the modified version allows for overdispersion. This means that the variance can be greater than the mean, while in a Poisson distribution the variance is equal to the mean.

3. When should a modified Poisson distribution be used?

A modified Poisson distribution should be used when analyzing count data that exhibits overdispersion. This can occur when there is a large amount of variability in the data, or when the data is clustered or skewed.

4. What are some common applications of a modified Poisson distribution?

Modified Poisson distributions are commonly used in fields such as epidemiology, ecology, and finance to model count data that exhibits overdispersion. They are also commonly used in sports analytics to model the number of goals, runs, or points scored in a game.

5. How is a modified Poisson distribution calculated?

The modified Poisson distribution can be calculated using a statistical software or by hand using the formula: P(X=x) = (μ^x * e^(-μ)) / (x! * (1 + α*(x-1))). Here, μ is the mean and α is the overdispersion parameter. Alternatively, it can also be estimated using a generalized linear model (GLM).

Similar threads

Replies
4
Views
1K
Replies
3
Views
277
  • Calculus and Beyond Homework Help
Replies
5
Views
284
  • General Math
Replies
2
Views
1K
Replies
2
Views
2K
Replies
1
Views
894
  • Calculus and Beyond Homework Help
Replies
8
Views
697
  • General Math
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
14
Views
1K
  • General Math
Replies
14
Views
4K
Back
Top