I have a very symmetric distribution with kurtosis of 10 and sample size of more than 100.
Here is the Histogram https://ibb.co/ws7vBjd
This histogram was obtained by asking participants in the control group to rate a difference in sharpness of two identical X-Ray images, using a continuous scale from -50 to 50 (including fractional values). A great majority of participants didn't see any difference and gave a score of 0 for the difference in sharpness (this is the largest center bin), but a few did say that they see a small difference (these are the smaller bins).
The same question was asked of the test group where two images did differ in sharpness, and the distribution gained from the test group was normal.
- What is the simplest way (least complicated) to find a confidence interval for the mean of such a leptokurtic distribution?
Best Answer
@Georg (+1) has given one possible answer. But you may not consider his answer as the 'simplest' possibility.
Consider the fictitious data below, 1000 observations which come from a symmetric, leptokurtic distribution.
Suppose we do not know the mean or distribution of the population. Because the sample seems roughly symmetric, we could assume the population mean and median are the same. Then the confidence interval $(49.97, 50.07)$ from the Wilcoxon rank sum test in R, might be considered a 95% CI for $\mu.$
Also, a reasonably simple 95% nonparametric bootstrap CI $(49.95, 50.12)$ for $\mu,$ nearly the same as above, can be obtained as shown below. If you know about bootstrap confidence intervals, you may consider this method sufficiently simple for your purposes.
Note: The fictitious sample
x
used in the illustrations above was sampled from a Laplace (double exponential) distribution with mean $\mu = 50,$ using R: