Sorry if this is basic, but I was reviewing hypothesis testing after 6 years and came across khan academy's video explaining it. At some point at minute 4.03 the speaker says "sampling distribution", what does he mean rigorously with that? From the spoken video and what he write it seems that he mean the distribution of the sample mean. i.e. if we have i.i.d. random variable $X_i$ and we define a new r.v.:
$$ M_m = \frac{1}{m} \sum^m_{i=1} X_i $$
then it seems that he refers to the sampling distribution as the distribution of $M_m$. It seems confusing because the sampling distribution for me in my head should be the distribution from where we obtain samples, i.e. the distribution of $X_i$ which is of course the population distribution.
I know this is probably mostly a conceptual question but why does he refer to the sampling distribution as $M_m$? It seems weird because we obtain samples from the population not from the distribution according to $M_m$. I think I am probably wrong so I wanted to understand why.