I am learning about IID. I would like to know from expert if it is accurate to say that the Discrete Uniform Distribution is actually an example of IID random number generator? (if is accurate to say things that way?).
Second question. Wikipedia indicates that "A sequence of fair or loaded dice rolls is i.i.d.". I understand of IIDs that all random variables need to have the same probability. Thus if the dice roll is fair, yes I understand this is i.i.d however doesn't understand why if the dice roll is unfair this would be i.i.d too? (imagine for example that the number 2 has the probability to be drawn twice as more often than the other numbers, then clearly number 2 doesn't have the same probability than the other discrete numbers and this wouldn't be i.i.d?).
Thank you.
I understand of IIDs that all random variables need to have the same probability. No, all random variables need to be independent and identically distributed, not uniformly distributed.
– Dilip Sarwate Sep 02 '13 at 22:28