A commonly used measure of the center of a batch of numbers. The mean is also called the average. It is the sum of all observations divided by the number of (nonmissing) observations.
Term | Description |
---|---|
xi | ith observation |
N | number of nonmissing observations |
The sample standard deviation provides a measure of the spread of your data. It is equal to the square root of the sample variance.
Term | Description |
---|---|
x i | i th observation |
mean of the observations | |
N | number of nonmissing observations |
A2 measures the area between the fitted line (which is based on the chosen distribution) and the nonparametric step function (which is based on the plot points). The statistic is a squared distance that is weighted more heavily in the tails of the distribution. A small Anderson-Darling value indicates that the distribution fits the data better.
The Anderson-Darling normality test is defined as:
H0: The data follow a normal distribution
H1: The data do not follow a normal distribution
Term | Description |
---|---|
F(Yi) | , which is the cumulative distribution function of the standard normal distribution |
Yi | ordered data |
The Ryan-Joiner test provides a correlation coefficient, which indicates the correlation between your data and the normal scores of your data. If the correlation coefficient is near 1, your data falls close to the normal probability plot. If it is less than the appropriate critical value, you will reject the null hypothesis of normality.
Term | Description |
---|---|
Yi | ordered observations |
bi | normal scores of your ordered data |
s2 | sample variance |
Term | Description |
---|---|
D+ | maxi {i / n – Z (i)} |
D– | maxi {Z (i) – (i – 1) / n)} |
Z | F(X(i)) |
F(x) | probability distribution function of the normal distribution |
X(i) | ith order statistics of a random sample, 1 ≤ i ≤ n |
n | sample size |
Another quantitative measure for reporting the result of the normality test is the p-value. A small p-value is an indication that the null hypothesis is false.
In general, the closer the points fall to the fitted line, the better the fit. Minitab provides two goodness-of-fit measures to help assess how the distribution fits your data.
Distribution | x coordinate | y coordinate |
---|---|---|
Normal | x | Φ–1 norm |
Term | Description |
---|---|
Φ–1 norm | value returned for p by the inverse cdf for the standard normal distribution |
The input data are plotted as the x-values. Minitab calculates the probability of occurrence without assuming a distribution. The Y-scale on the graph resembles the Y scale found on normal probability paper where the probabilities plot as a straight line, as if the data are from a normal distribution.