Using Poisson Approximation to Compare Infection Rates in Village A and B

AI Thread Summary
The discussion focuses on comparing infection rates between two villages using Poisson approximation. Village A has 60 infections per month, while Village B has 48. The first method, using normal approximation, shows a probability of 0.115 that infections in B exceed those in A. The second method, attempting to use a linear combination of Poisson distributions, yields a much lower probability of 2.66x10^-4, leading to confusion over why the results differ. It is clarified that linear combinations of independent Poisson variables result in a Compound Poisson distribution, and that A-B cannot be modeled as a pure Poisson variable, as it can yield negative values.
qazxsw11111
Messages
95
Reaction score
0
There are 60 infections in village A per month and 48 infections in village B per month.
Let A be no of infections in village A per month and B be no of infections in village B per month. Assume occurrence is independent and random.

So
Method 1 (Working method):

A~Po (60) and B~Po (48)

Using a suitable approximation, find the probability that in 1 month, the no of infections in B exceeds no of infections in A.

Since λ>10, A~ N(60,60) and B~N(48,48) approximately

B-A~(-12, 108)

P(B>A)=P(B-A>0)=0.115

This I can understand but when I tried another method, it didnt work.

Method 2: Through linear combination of poisson (?Cannot get it to work?)


A-B ~ Po(12)

Since λ>10, A-B~N(12,12)

P(A<B)=P(A-B<0)=2.66x10-4

Why the difference? Why does the second method not work?
 
Physics news on Phys.org
qazxsw11111 said:
A-B ~ Po(12)

Could you explain the reasoning for this step please?
 
I thought Poisson can perform linear combinations. I know A+B~Po(60+48) but A-B? I assumed minus is possible.
 
qazxsw11111 said:
I know A+B~Po(60+48) but A-B?

Ok. If A-B were Poisson, what would be the frequency, mean and variance values?
 
λ1+λ2 in poisson formula is e^-(λ1+λ2)=e^-λ1*e^-λ2. but if you use λ1-λ2 we have e^-(λ1-λ2)=e^-λ1*e^λ2=e^λ2/e^λ1
 
qazxsw11111 said:
I thought Poisson can perform linear combinations.

Linear combinations of Poisson random variables are actually Compound Poisson - not pure Poisson but an interesting topic in their own right.

qazxsw11111 said:
P(A-B<0)=2.66x10-4

On second thought, if A-B were Poisson then A-B can _never_ be negative, i.e. the probability would be exactly zero - but since A and B are independent Poisson there's always some chance. If you have access to math or stats software then it would be useful to run some random simulations to check which answer is correct.

Have fun!
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top