Consider the following problem:
Given k bottles and 1 liter of water, we randomly split the water into these bottles. Let be the volume of water in
bottle, what is the distribution of
?
The problem can be model by the following process. We random generated k-1 real numbers in [0,1] with uniform distribution. Then the interval [0,1] is split into k intervals. We can regard length of
interval as the random variable
.
First let’s look at the first interval which corresponding to the first bottle. It’s length is the distance between 0 and the minimum number generated. So we have . Therefore,
is the 1st order statistic of sample
.
Let be iid. Let
be the probability density function and
be the cumulative distribution function of $x_i$. Then the probability density of the $i^{th}$ statistic is
In this case, , and
, the first order statistic is
This is a Beta distribution. It’s expectation is .
Filed under: Research | 1 Comment »
, subject to 