I'm sure that many MO users would answer "Oh, yes, I'm more intelligent than the average intelligence of the population that has an intelligence greater than the (absolute) average". And someone, less modestly: "Even more than the average of those who are more intelligent than the average of those who are more intelligent than the average". And so on.
Anyway, the silly title was created just to attract curiosity a bit: my question is not about the intelligence of MO users, on which I have no doubts! :)
So, take a quantity $X$ that we suppose normally distributed (b.t.w., I have no deep knowledge of probability theory), i.e. it's described by a gaussian distribution that we suppose standardized and call $f(x)$.
Now, define:
$M_0:= \int_{-\infty}^{\infty}f(x)dx=1$
$\mu_0:=\int_{-\infty}^{\infty}xf(x)dx=0$
and, inductively,
$M_{n+1}:= \int_{\mu_n}^{\infty}f(x)dx$
$\mu_{n+1}:=\frac{1}{M_n}\int_{\mu_n}^{\infty}xf(x)dx$
I think this describes the situation in which your $X$ (tallness? Weight?...) has the value $\mu_n$ precisely when you're as $X$ as the average of those who are more $X$ than the average of those who are more $X$ than...... (n times). If not, please explain why.
So my questions:
- How does the sequence $\mu_n$ behave asymptotically? Does it converge?
- If yes, is there a nice expression for the limit?
- Is there even a reasonably explicit expression ("closed form") for $\mu_n$ as a function of $n$?


$f(x) := 1_{\mathbb{R}_+}(x) \cdot \exp(-\lambda x)/\lambda$. Now$M_{n+1} = \exp(-\lambda \mu_n)$and$\mu_{n+1} = \exp(-\lambda[\mu_n-\mu_{n-1}])\cdot (\lambda\mu_n +1)/\lambda$. MATLAB goes nuts and spits out NaNs when I try to get more than a handful of terms for various values of $\lambda$. – Steve Huntsman Sep 20 2010 at 18:54