Random Variables
1 min read
Updated:
- =
- if and are independent, then
- if and are identical, then
When is a random variable iid?
IID means independent and identically distributed
Independent implies that knowing one value tells us nothing new about other value (variables are uncorrelated and have no statistical dependence on one another.)
Identically distributed means that they can be characterized by the same probability distribution. So they are “of the same kind” in terms of their probabilistic behavior.
Independent stochastic variables can have different probability distributions, while IID variables must have the same underlying probability distribution.
If data in a time series are independent, they are just noise
Counter examples:
- sampling without replacement
- time series (except random processes), e.g. seasonal / trend components
- Height and weight