0

I understand that 2 variables may be independent and identically distributed, but I am unable to understand what it means for them to be equal. I came across a statement of the birthday paradox and was confused by the statement concerning the equality of the random variables mentioned. enter image description here

kjetil b halvorsen
  • 63,378
  • 26
  • 142
  • 467

1 Answers1

1

What is meant here is not equality of the random variables, it's equality in the value that the random variable took.

In the birthday problem it is assumed every person has a birthday taken with equiprobability from the 365 days of the year (we assume each year has always 365 days). We can say the first person is associated with $X_1$, the second with $X_2$, ... Since all those random variables have the same distribution and are assumed independent they are iid as stated in your video.

Then, what the professor does is saying that the person 1's birthday is one sample drawn from $X_1$ distribution, same for person 2, etc.

Finally, you can say $X_1 = X_2$ to say that person 1 and person 2 had the same birthday. You are here comparing the values taken by the random variables (the samples) but not the random variables themselves.

Pholochtairze
  • 460
  • 4
  • 12
  • So, why do we need to consider n iid variables? Shouldn't we rather say that these are n samples of the same random variable ? – Arunabh Saxena Jun 18 '16 at 13:24
  • And I still want to know if there is any sense in calling two random variables equal. – Arunabh Saxena Jun 18 '16 at 13:24
  • 1
    "Equal" means literally that: they are the same mathematical object. See http://stats.stackexchange.com/questions/50 for various explanations of what a random variable is. – whuber Jun 18 '16 at 14:29