I often see QQ-plots with a confidence interval:
For my application, I have a QQ plot of test p-values against a uniform distribution. I want to add the 95% CI of the observed p-values on the plot, but I don't know how to compute them.
In other words, I am not sure:
- That I correctly understand what the CI represents on QQ plots.
- How they are computed.