Statistics Problem - Uniform Distribution

planauts
Messages
86
Reaction score
0
Hi,

The question is: http://puu.sh/5GX2G.jpg

http://puu.sh/5GX2G.jpg

I am not exactly sure what the question is asking.


Here is the answer/solution: http://puu.sh/5GX68.png
But I am not sure what is going on.

Could someone please explain what exactly the question is asking, I can figure out the rest.

Thanks,
 
Last edited by a moderator:
Physics news on Phys.org
It's asking you to work out the cumulative distribution function (CDF) F(x). This is defined as the probability that a variate X takes on a value less than or equal to a number x, in other words F(x) = P(X ≤ x).

Now in this problem X = max(X1, X2, X3, X4), so for any x in order for X ≤ x to be true we must have X1≤ x and X2≤ x and X3≤ x and X4≤ x.

Are you OK from there?
 
Assuming that, I can get the rest of the problem. Once you get, F(x), you can take the derivative to get f(x). To get expected you integrate x*f(x) from 0,1 and x^2 * f(x) for the variance.However, I am still confused for the first part (i.e. the cumulative function). The max seems to throw me off. There is another problem similar to this one, except it uses min.

http://puu.sh/5HsfD.jpg

-------------------------

The max/min seems to throw me off, what exactly does that represent? :S

Thanks
 
Last edited by a moderator:
planauts said:
However, I am still confused for the first part (i.e. the cumulative function). The max seems to throw me off.
MrAnchovy gave you the answer.
X = max(X1, X2, X3, X4) ≤ x is equivalent to all Xi ≤ x.
Since the Xi are independent, P(X≤x) = P(X1≤x)P(X2≤x)P(X3≤x)P(X4≤x) = x4.
 
How would you do min?
 
You need to calculate
P(X_1 \geq x, X_2 \geq x, X_3 \geq x \text{ and } X_4 \geq x )
Can you figure out what this is?
 
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