Solved – n observations from a random variable VS. 1 observation from n i.i.d random variables

definitioniidrandom variableterminology

I have a question about one single random variable vs. a bunch of random variables:

If there are n observations from a single RV (call it $X$), and there are n observations in total from n i.i.d RVs (call them $Y_1,Y_2,…,Y_n$), 1 observation from each of the $n$ RVs. The distribution of $Y_n$ is the same as $X$.

Do the two groups of observations have the same distribution?

(If strictly speaking, two groups of observations cannot have distribution because they are not RVs and only RVs can have distribution.
So the question is do the two groups of observation have the same mean and variance (or any other statistical parameters) when $n\to+\infty$)

Maybe due to my understanding of RV is not deep enough, I could not find the correct direction to solve the problem. Neither do I know if this question is meaningful or asked correctly.

Best Answer

When modelling a sample $(x_1,\ldots,x_n)$ as an $i.i.d$ sample from a given distribution $F$, the correct way of modelling is to see this sample as the realisation of $n$ random variables $(X_1,\ldots,X_n)$ made of $n$ independent random variables identically distributed from $F$:

$$(x_1,\ldots,x_n)=(X_1,\ldots,X_n)(\omega)\qquad\omega\in\Omega$$

The concept of $n$ realizations of a single random variable is a shortcut that is not well-defined because one cannot handle independence with a single random variable.