Sample as a sequence of random variables

Summary

  • Given: a population and a sample x1,,xn . Before implementing my sampling procedure, the sample is unknown . Therefore, xi (sample point i ) is a random variable . Similarly, x1,,xn is a sequence of random variables.
  • With random sampling, x1,,xn will be a sequence of independent and identically distributed (IID) random variables.
  • With several measurements from the same sample point, say (xi,yi) , we have a random sample if (x1,y1),,(xn,yn) are independent and identically distributed.
  • This implies that any two random variables with distinct index will be independent but it does not imply that xi and yi are independent
  • It implies that all x1,,xn have the same distribution and that all y1,,yn have the same distribution but it does not imply that xi and yi have the same distribution.
  • Assuming that our sample is a sequence of random variables from some unknown distribution will make the population irrelevant .