The Normality test analysis can be used to determine if the given data set is normally distributed. It performs a statistical analysis of the data and reports the probability value (p-value) that the data is normally distributed. The hypothesis test that is performed is:
Ho: Data is normally distributed
Ha: Data is NOT normally distributed
If the p-value is less than the significance level (alpha), then we can conclude that the data is NOT normally distributed. If the p-value is greater than alpha, we would conclude the data is normally distributed.

In addition to the p-values, we should also look at the histogram and the probability plots to determine if the data closely follows the given distribution.
Related Articles
Discriminant Analysis Overview
Discriminant Analysis is a statistical technique used for classifying observations into predefined groups based on predictor variables. It is commonly applied in cases where the dependent variable is categorical, and the goal is to determine which ...
Box plot overview
A box plot, or whisker plot, is a graphical method for summarizing data distribution through five primary summary statistics: the minimum, first quartile Q1, median, third quartile Q3, and maximum. This is an essential tool in descriptive statistics ...
SIPOC Overview
SIPOC (Suppliers, Inputs, Process, Outputs, Customers) is a high-level process mapping tool used in Six Sigma, Lean, and other process improvement methodologies. It provides a structured overview of a process by identifying key elements involved in ...
Project Charter Overview
A Project Charter is a formal document that legally accepts the start of a project and describes at a high level, the goals, scope, stakeholders, and key deliverables of such a project. It is an agreement between the project sponsor and key ...
Probability plot overview
A probability plot is a graphical technique to assess whether a dataset follows a particular probability distribution (e.g., normal, exponential, Weibull). It helps visualize how well data fits a theoretical distribution. There are different types of ...