The probability plots include:
Minitab estimates the probability (P) that is used to calculate the plot points using the following methods.
Term | Description |
---|---|
n | Number of observations |
i | Rank of the ith ordered observation x(i), where x(1), x(2),...x(n) are the order statistics, or the data ordered from smallest to largest |
The middle line of the probability plot is constructed using the x and y coordinate calculations in this table.
Distribution | x coordinate | y coordinate |
---|---|---|
Smallest extreme value | x | ln(–ln(1 – p)) |
Largest extreme value | x | ln(–ln p) |
Weibull | ln(x) | ln(–ln(1 – p)) |
Exponential | ln(x) | ln(–ln(1 – p)) |
Lognormal | ln(x) | Φ–1norm |
Logistic | x | |
Loglogistic | ln(x) | |
Gamma | x | Φ–1gamma |
Because the plot points do not depend on any distribution, they are the same (before being transformed) for any probability plot. However, the fitted line differs depending on the parametric distribution chosen.
Term | Description |
---|---|
p | The estimated probability |
Φ-1norm | Value returned for p by the inverse CDF for the standard normal distribution |
Φ-1gamma | Value returned for p by the inverse CDF for the incomplete gamma distribution |
ln(x) | The natural log of x |