Finding the Distribution of Minimum Random Variables in Uniform Distribution?

roeb
Messages
98
Reaction score
1

Homework Statement



Let X1, X2, ... Xn be n mutually independent random variables each of which is uniformly distributed on the integers from 1 to k. Let Y denote the minimum of the Xi's. Find the distribution of Y.

Homework Equations


The Attempt at a Solution



I can see that P(Xi = j) = 1/K (uniformly distributed), where i = 1, 2, 3, .. n and j = 1, 2, 3, .. k and Y = min (X1, X2, ..., Xn)

So using a 'trick' that my professor told us, {at least x} - {at least x + 1} = {exactly x} -- but shouldn't that be reversed to get "x" or are we assuming that x+1 < x?

My professor also said that (P(Xi>= x))n = ( (k - x + 1)/k )n but I'm having a hard time seeing where this is derived from. Can anyone explain it?

Ultimately, P( Y = x) = ( (k-x+1)^n - (k-x)^n ) / k^n
 
Physics news on Phys.org
"{at least x} - {at least x + 1} = {exactly x}"

To visualize this pick a specific x for a concrete example: I choose x = 10

at least 10 = 10, 11, 12, 13, ...

at least 11 = 11, 12, 13,...

(at least 10) - (at least 11) = 10

"(P(Xi>= x))n = ( (k - x + 1)/k )n"

Suppose Xi >= x. Of the k total values there are k - x + 1 smaller than x, so
P(Xi < x ) = (k-x+1)/k. Raise both sides to the nth power.
 
Understood, thanks!
 
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