You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Stuart_Armstrong comments on Mean of quantiles - Less Wrong Discussion

1 Post author: Stuart_Armstrong 09 September 2015 06:55PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (21)

You are viewing a single comment's thread. Show more comments above.

Comment author: gjm 09 September 2015 08:12:40PM 2 points [-]

If we apply this to the Cauchy distribution, your sum is one of the Riemann sums on the way to (aside from a constant factor) the integral from -pi/2 to +pi/2 of tan x dx. This integral diverges because at each endpoint it's like the integral of 1/x, but your procedure is a bit like a Cauchy principal value -- it's like taking the limit of the integral from (-pi/2+epsilon) to (pi/2-epsilon).

So it seems like it might misbehave interestingly for distributions with oddly asymmetrical tails, or with singular behaviour "inside", though "misbehave" is a rather unfair term (you can't really expect it to do well when the mean doesn't exist).

I'm not sure how we could answer question 2; what counts as "effective"? Perhaps an extension of the notion of mean is "effective" if it has nice algebraic properties; e.g., pseudomean(X)+pseudomean(Y) = pseudomean(X+Y) whenever any two of the pseudomeans exist, etc. I suspect that that isn't the case, but I'm not sure why :-).

Comment author: Stuart_Armstrong 10 September 2015 03:39:20PM 1 point [-]

but your procedure is a bit like a Cauchy principal value

Interestingly, we can imagine doing the integral of G (the inverse of the CDF) that you define. The Cauchy principal value is like integrating G between x- and x+ such that G(x-)=-y and G(x+)=y, and letting y go to infinity. The averaging I described is like integrating G between x and 1-x and letting x tend to zero.