Next: Joint Distributions
Previous: Other Continuous Distributions
Used to determine if a random sample comes from a specific distribution (e.g., Normal or Exponential).
Question: Why (i-0.5)/n?
Answer: Exact percentiles are impossible to compute for a data set of arbitrary sample size n! This is a compromise: for each i there are (i-1) values that are smaller and i values that are equal or larger, so we take the average of i and (i-1)...
So we get
the table below (n=5):
| i |
(i-0.5)/n
|
Yi | Zi | Xi=5+2*Zi |
| 1 | 0.1 (10th sample percentile)= | 3.01 | -1.28 |
|
| 2 | 0.3 (30th sample percentile)= | 3.35 | -0.525 | 3.95 = (30th N(5,2) percentile) |
| 3 | 0.5 (50th sample percentile)= | 4.79 | 0 | 5.00 = (50th N(5,2) percentile) |
| 4 | 0.7 (70th sample percentile)= | 5.96 | 0.525 | 6.05 = (70th N(5,2) percentile) |
| 5 | 0.9 (90th sample percentile)= | 7.89 | 1.28 | 7.56 = (90th N(5,2) percentile) |
A plot of Xi vs. Yi should thus yield a straight line with slope=1 (45°) if the values are close to each other.

Our example yields:

Next: Joint Distributions
Previous: Other Continuous Distributions