Finding PDF of Y from Uniform Distribution of X1-Xn

AI Thread Summary
To find the probability density function (pdf) of Y, defined as the minimum of n independent and identically distributed uniform random variables on [0, 1], the cumulative distribution function (CDF) G(y) is first established as G(y) = 1 - (1 - y)^n. This reflects the probability that at least one of the X variables is less than y. The pdf is then derived by differentiating the CDF with respect to y, resulting in f(y) = n(1 - y)^(n - 1). This formula accurately describes the distribution of Y, confirming that the minimum of uniform variables follows this specific density function.
jetoso
Messages
73
Reaction score
0
Suppose X1, . . . ,Xn are independently and identically from the uniform distribution on [0, 1]. Find the probability density function of Y = min[X1, X2, ... , Xn].
I do not know how to formulate this problem. I know that the pdf has to be some integral, but no clue so far.
 
Physics news on Phys.org
First find the CDF of Y: G(y) = Prob(Y<y) = Prob(min{X1,...,Xn} < y) = Prob(at least one X is < y) = Prob(not all X are > y) = 1 - Prob(all X are > y) = 1 - [1 - F(y)]n = 1 - (1 - y)n. Now find the PDF by differentiating with respect to y.
 
Thanks

That's true; since we have that X1,...,Xn are iid, and does not matter if we have <= or < because is a continuous function, then pdf = f(y) = F'(y) = -n(1-y)^(n-1)(-1) = n(1-y)^(n-1).

Thanks.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top