Whats the probability that a set of dunif random variables is strictly ordered?

276 Views Asked by At

Let $\{X_i\}$ be $n$ iid dunif(0, u) (discrete uniform) random variables with u>n. How do I compute the probability that $\{X_{i+1}\}$ > $\{X_i\}$ for all i?

1

There are 1 best solutions below

2
On BEST ANSWER

Because of a comment by the OP, I will interpret the uniform as having possible values $1,2,3,\dots,u$, a total of $u$ values. It is easy to alter the expression below to deal with another interpretation.

Record the result of the $n$ experiments as a sequence $(x_1,x_2,\dots,x_n)$. Then all $u^n$ sequences are equally likely.

The number of ways to choose a strictly increasing sequence $(x_1,x_2,\dots,x_n)$ is $\binom{u}{n}$. for there are $\binom{u}{n}$ ways to select the set of values, and for every such set, only one sequence made up of elements of the set qualifies as increasing.

For the probability, divide by $u^n$. The result is $$\frac{\binom{u}{n}}{u^n}.$$