Probability question; Conditional probability and poisson distribution

AI Thread Summary
The discussion revolves around calculating the conditional probability p(Y = r|X = k) in a scenario involving a Poisson process for radioactive particle emissions. The user correctly identifies that p(Y = r|X = k) can be expressed as p((Y = r) ∩ (X = k)) / p(X = k) and recalls the Poisson distribution formula for p(X = k). However, confusion arises in determining p((Y = r) ∩ (X = k)), leading to an incorrect application of the binomial distribution. Clarifications indicate that while the user's approach is relevant, it does not represent the joint probability needed for the conditional calculation. The conversation emphasizes the need to accurately connect the Poisson and binomial distributions in this context.
TaliskerBA
Messages
26
Reaction score
0

Homework Statement



A radioactive source emits particles according to a Poisson process, at an average rate of λ per unit time. Each particle emitted has probability p of being detected by an instrument, independently of other particles. Let X be the number of particlese emitted in a given time interval of length T , and Y the number of those particles that are detected. As usual, let μ = λT and q = 1 − p.
(i) What is the conditional probability p(Y = r|X = k)?


Homework Equations



I know that I want p(Y=r|X = k) = p((Y=r) ∩ (X=k)) / p(X=k)

I know from poisson distribution that p(X=k) = ((μ^k)/k!)*e^(−μ)


The Attempt at a Solution



I don't understand how I can work out what p((Y=r) ∩ (X=k)) equals but this is my attempted solution:

Since there are k particles emitted and we want to know the probability that r of them have been detected then using binomial distribution:

p((Y=r) ∩ (X=k)) = [k choose r](p^r)(q^(k-r))

I know this is wrong but I can't quite work out how to tie it all together...
 
Physics news on Phys.org
TaliskerBA said:
Since there are k particles emitted and we want to know the probability that r of them have been detected then using binomial distribution:

p((Y=r) ∩ (X=k)) = [k choose r](p^r)(q^(k-r))

I know this is wrong but I can't quite work out how to tie it all together...

You wrote down a formula assuming that k particles have been emitted. Therefore this is not the joint probability, but it is still relevant to the conditional probability that you want to compute...
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top