11

I'm reading "Bayesian Data Analysis" by Gelman et al., and I encountered this exchangeability property: $\{X_n\}_{n \in N}$ is exchangeable if $F_{X_1,\ldots,X_n}(x_1,\ldots,x_n)$ is symmetric in its arguments $\forall n \in N$. I understand the definition, but not the intuition behind it. Up to now I've always only encountered i.i.d. sequences of random variables. I understand the intuition behind the i.i.d. property (for example, it's a reasonable model for coin tosses, dice throws, etc.) and its usefulness in forming various kinds of confidence intervals (mean, proportions, quantiles, regression coefficients, etc.).

I'm much more at a loss with exchangeability. Obviously i.i.d. sequences are exchangeable. But which other kind of phenomena are intuitively exchangeable, and how is this property used to perform inference? I read that an exchangeable sequence is one where the probability of a specific event (for example, with $p(X_1=1, X_2=0,\ldots,X_n=1)$ where the $X_i$ are Bernoulli) doesn't depend on the order of the results. But then sampling without replacement from a urn with $n$ black marbles and $m$ white marbles (which I read can be modeled by an exchangeable sequence of Bernoulli RVs) doesn't seem intuitively exchangeable to me, because I would think that the probabilities would depend on the results of the extractions. Probably it's the conditional probabilities which depend on the extraction history, and not the joint density, but I'm still confused...I would need some intuitive interpretation of exchangeability, and one or two simple examples where we use an exchangeable, but not i.i.d, sequence of random variables to perform statistical inference.

DeltaIV
  • 17,954
  • did you have a look at http://stats.stackexchange.com/questions/3520/can-someone-explain-the-concept-of-exchangeability ? – Christoph Hanck Dec 31 '15 at 15:49
  • yes, but with absolutely no offence meant to the answerer, I don't like that answer for two reasons.
    1. If an exchangeable sequence is identically distributed, as the answer says, then https://en.wikipedia.org/wiki/Exchangeable_random_variables#Examples is wrong because here definitely the marginal distribution of each $X_i$ is not the same. To understand that answer, I would need a proof that exchangeable $\implies$ identically distributed.
    – DeltaIV Dec 31 '15 at 15:56
  • I don't understand why his/her example of multiple urns is exchangeable. This is surely due to my limited knowledge, but still the answer doesn't illuminate me. Finally, as I specified, I would need both a qualitative example, and a quantitative one. For example, I can explain how the i.i.d. property and the CLT are used to write an asymptotic expression for the confidence interval of the mean. I'd need something similar.
  • – DeltaIV Dec 31 '15 at 16:00
  • I specify that in my first comment, I'm referring to the second example in https://en.wikipedia.org/wiki/Exchangeable_random_variables#Examples (the one about the urn with red and blue marbles). I'm writing it here, because I cannot edit my first comment anymore. – DeltaIV Dec 31 '15 at 16:09