What does relaxing the iid assumptions mean? Intuitive and technical perspectives.

3.1k Views Asked by At

I believe the most restrictive assumption we can place on a series of observations is that they are iid.

It is possible to relax these assumptions. For example relaxing the independent distribution results in independent heterogeneously distributed random variables. In other words the distribution of each random variables can itself vary. What does this mean? There must be some importance or we would not bother to specify the properties of the distribution. Can the distribution depend on preceding observations or would this break the independent observation restriction that we still have in place?

Can anyone think of any intuitive examples to help explain this (in the same way that tossing a fair coin or rolling a fair die are good examples of iid observations) and any important statistical concepts that arise out of relaxing this assumption? My degree is not in statistics although I am quite interested in this subject. Thank you all so much.

1

There are 1 best solutions below

0
On

Relaxing the assumptions doesn't necessarily mean that you go from assuming a normal variable in period $t$, and a binomial in period $t+1$, or something similarly drastic. You are typically dealing with a parametric probability distribution; eg $\mathcal{N}(\mu, \sigma)$, which you would change to $\mathcal{N}(\mu_t, \sigma_t)$, or also, say, to something like $\mathcal{N}(\mu, \sigma_{f(x_0, ..., x_{t-1})})$, among many other variations. The last case is essentially what is done in models very commonly used in financial time series modeling, so-called ARCH models and their variants (c., e.g., http://en.wikipedia.org/wiki/Autoregressive_conditional_heteroskedasticity, or http://www.amazon.com/Time-Analysis-James-Douglas-Hamilton/dp/0691042896). Why this is useful depends on the case. When you look at historic time series, and sticking to this last example, you notice that the variance of certain time series tends to change over time. Hence, such a model would fit the data better than an iid assumption.

You have all kind of variations of the basic iid assumption that is originally driven from trying to fit real-world data better. To mention another example, if you have a time series in which crashes or booms occur (be that the stock market or simply a country's relative development), you might look at time-series which inherently will have discontinuous jumps, such as so-called regime-switch models (eg., http://en.wikipedia.org/wiki/SETAR_(model)).

All these models are considered useful, are widely employed, and well-investigated; so it should be easy to follow a google trail. If you were looking for book recommendations, I enjoyed the above-linked book by Hamilton which, when I was in grad school, was the standard (but this is over ten years ago). It is non-measure-theoretic, but rigorous, and was then current with research (I don't know if Hamilton kept updating it after).