What is the distribution of A given B and B's distribution?

  • Thread starter Thread starter spitz
  • Start date Start date
  • Tags Tags
    Distribution Fun
spitz
Messages
57
Reaction score
0

Homework Statement



I need to find the distribution of A

Homework Equations



A|B\sim \text{Poisson}(B)

B\sim \text{Exponential}(\mu)

The Attempt at a Solution


\displaystyle P(A=k)=E[P(A=k|B)]=E\left[e^{-B}\cdot\frac{B^k}{k!}\right]=\ldots

Not sure how to calculate this...
 
Physics news on Phys.org
spitz said:

Homework Statement



I need to find the distribution of A

Homework Equations



A|B\sim \text{Poisson}(B)

B\sim \text{Exponential}(\mu)

The Attempt at a Solution


\displaystyle P(A=k)=E[P(A=k|B)]=E\left[e^{-B}\cdot\frac{B^k}{k!}\right]=\ldots

Not sure how to calculate this...

Let me guess the A|B is Poisson with parameter B, where B is exponential with parameter μ, so A is discrete and B is continuous, the problem is finding the marginal distribution of the discrete A, the joint pdf of A and B is f(A,B)=Poisson(A;B)*Exp(B;μ), so that the marginal pdf of A is ∫dB f(A,B)=∫dB Poisson(A;B)*Exp(B;μ);
If it ends up becoming evaluating \int dB e^{-B} B^k for some k, start with k=0, and try integration by parts to come up with a recursive relation from k to k+1, and evaluate in closed form if possible.
 
Last edited:
=\displaystyle\int_{0}^{\infty}e^{-b}\frac{b^k}{k!}\mu e^{-\mu b}db

=\frac{\mu}{k!}\displaystyle\int_{0}^{\infty}b^ke^{-b(1+\mu)} db

This is where I am at... not sure what to do now.
 
spitz said:
=\displaystyle\int_{0}^{\infty}e^{-b}\frac{b^k}{k!}\mu e^{-\mu b}db

=\frac{\mu}{k!}\displaystyle\int_{0}^{\infty}b^ke^{-b(1+\mu)} db

This is where I am at... not sure what to do now.

Integration by parts to go from k to k+1
 
spitz said:
=\displaystyle\int_{0}^{\infty}e^{-b}\frac{b^k}{k!}\mu e^{-\mu b}db

=\frac{\mu}{k!}\displaystyle\int_{0}^{\infty}b^ke^{-b(1+\mu)} db

This is where I am at... not sure what to do now.

Change variables in the integral; you ought to be able to get a Gamma function; seehttp://en.wikipedia.org/wiki/Gamma_function .

RGV
 
= \frac{\mu}{k!}\frac{\Gamma(k+1)}{(1+\mu)^{k+1}}= \frac{\mu}{(1+\mu)^{k+1}}

= \frac{\mu}{1+\mu}\left(1-\frac{\mu}{1+\mu}\right)^k

Would this be geometric then? What is the parameter?
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top