Help Understanding Nasty Integrals in Math Stats Class

  • Thread starter Thread starter Snarf
  • Start date Start date
  • Tags Tags
    Integrals
Snarf
Messages
17
Reaction score
0
I'm in a mathematical statistics class and it is spanking me. Please help.

I have two questions that will really help me understand things if I get a nice explanation.

1. A random variable Y has the following probability function p(y) = y^{2}/15 for y = 1, 2, 3. Findthe moment generating function for Y.

What this problem requires is the integration of m(t) = E[e^ty] = \int e^{ty}y^{2}/15dy integrated from 1 to 3.

I used integration by parts but succeeded in getting something very large and ugly.

The second question is along the same lines:

2. Let Y be a random variable with \mu^{'}_{k}=[1 + 2^{k+1} + 3^{k+1}]/6

I need to inegrate m(t) = E[e^{ty}] = \inte^{ty}[1 + 2^{k+1} + 3^{k+1}]/6 dy from 0 to infinity finding the first four terms and indicating the sum continues.

Anyone?
 
Physics news on Phys.org
Snarf said:
I'm in a mathematical statistics class and it is spanking me. Please help.

I have two questions that will really help me understand things if I get a nice explanation.

1. A random variable Y has the following probability function p(y) = y^{2}/15 for y = 1, 2, 3. Findthe moment generating function for Y.

What this problem requires is the integration of m(t) = E[e^ty] = \int e^{ty}y^{2}/15dy integrated from 1 to 3.

I used integration by parts but succeeded in getting something very large and ugly.
Large and ugly? I don't see why you would! Any time you have a power of x times an integrable function, it should be reasonably easy to reduce. Let u= y2 and dv= etydy. Then du= 2y dy and v= (1/t)ety. You now have
(1/t)e^{ty}y^2\right|_{y=1}^{3} -(2/t)\int_{y= 1}^3 ye^{ty}dy
Use integration by parts again with u= y, dv= etydy.

The second question is along the same lines:

2. Let Y be a random variable with \mu^{'}_{k}=[1 + 2^{k+1} + 3^{k+1}]/6

I need to inegrate m(t) = E[e^{ty}] = \inte^{ty}[1 + 2^{k+1} + 3^{k+1}]/6 dy from 0 to infinity finding the first four terms and indicating the sum continues.

Anyone?
Are you sure that's what you have? [1+ 2k+1+ 3k+1]/6 is a constant! You only need to integrate ety.
 
I see where I went wrong on the first problem. my dv and my v for the first integration by parts was switched. Thanks for clearing that up.
 
On the second problem it isn't an integral. Its a sum. Here is how I should have written it.

\sume^{ty}[(1+2^{k+1}+3^{k+1})/6]
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top