Solved – the difference between sample space and population

populationsamplingterminology

I wonder why people cannot differentiate between sample and population? It is rediculous, IMO, not to see the difference between Universe and one of its subsets. Meantime, nobody seems to question about the difference between sample space and population. How do I know if I take a sample from sample space or from a population? Both seem like concepts of Universe of discourse. Is one defined in probability theory whereas another comes from statistics and one does not care much about the other but they still mean the same thing or there is a bigger difference?

Best Answer

The population is the set of all units a random process can pick. The sample space S is the set of all possible outcome of a random variable.

For example, the population can be the complete population of the US. Then your random process picks a person, John Smith.

If your random variable asks the color of hair of a person, then S={black, brown, blonde,...}. If your variable asks the age, S = [0,130[. If your variable asks the number of letters in the last name, then S=N.

In some examples, they are the same, like if you ask for the number of points on the dice. Then the population is {1,2,3,4,5,6} and the event space is also {1,2,3,4,5,6}.

In the case of one random variable, this concept is a bit tedious. It becomes very clear and important when you have multiple variables. Then one realization, John Smith, can answer all these questions, X_1 ... X_n.

Related Question