Original question on cross validated: https://stats.stackexchange.com/questions/628352/difference-between-random-vector-and-joint-distribution
My definition of a random vector is a vector $(x_{1},...,x_{n})$ that maps from a sample space to ${R}^{n}$. An example of this (in my understanding) would be a random process such as drawing one card from a deck. Let us say all potential suits of the card are the sample space {hearts, clubs, diamonds, spades}. An example of a random vector is a vector $(X_{1}, X_{2})$, where $X_{1}, X_{2}$ each map the same sample space to real numbers.
In slide 6 at this link it describes a joint RV that considers the outcome of a coin flip and a dice roll. In this case, the two sample spaces {H,T} and {1,2,3,4,5,6} are disjoint. Would this example not be considered a random vector, then?
My confusion is the difference between these two constructions.
There is a similar outstanding stackexchange question that discusses this but does not seem to answer it fully, so I am reposting as a separate question: what is the difference between joint probability distribution and random vector