Kindly comments on Anticipating critical transitions - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (52)
Similar weird things happen for the Cauchy distribution (whose probability density function is proportional to 1/(1+x^2)), which is symmetric around 0 but does not have mean 0 because the sum doesn't converge.
Exercise: what do you expect to happen if you try to find the mean of the Cauchy distribution by simulation?
From the same source:
Now I'm wondering if there is a symmetric distribution where the sample mean is a strictly worse estimator of the median than a single observation.
Off the cuff: it's probably a random walk.
Edit: It's now pretty clear to me that's false, but plotting the ergodic means of several "chains" seems like a good way to figure it out.
Edit 2: In retrospect, I should have predicted that. If anyone is interested, I can post some R code so you can see what happens.