Variance of a weighted population

rogo0034
Messages
36
Reaction score
0

Homework Statement


KEnHA.png



Homework Equations





The Attempt at a Solution



Was able to get the population mean of 5.3 with 4*.2 + 5*.4 + 6*.3 + 7*.1
But for some reason I'm drawing blank for the variance (which i guess is .81)
 
Physics news on Phys.org
rogo0034 said:

Homework Statement


KEnHA.png

Homework Equations


The Attempt at a Solution



Was able to get the population mean of 5.3 with 4*.2 + 5*.4 + 6*.3 + 7*.1
But for some reason I'm drawing blank for the variance (which i guess is .81)

Variance is defined as:
var\{x\}=E\{(x-E\{x\})^2\}
So if you wanted to directly apply the equation above, you would compute it the same way as mean, except instead of doing a weighted sum of x, you would do a weighted sum of (x-E{x})^2. So for each x, before doing the weighted sum, you would subtract off the mean you found already and square it.

But there is a popular reworking of the equation:
var\{x\}=E\{x^2-2xE\{x\}+E^2\{x\}\}=E\{x^2\}-E^2\{x\}

So in this case, you would compute the expected value of x^2 (the same way you did the mean except use x^2 instead of x). Then, subtract the square of the expectation you already found.
 
Got it! thanks, that was easier
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top