{"id":243,"date":"2022-09-27T13:29:11","date_gmt":"2022-09-27T13:29:11","guid":{"rendered":"https:\/\/www.editage.com\/blog\/?p=243"},"modified":"2023-07-19T07:37:47","modified_gmt":"2023-07-19T07:37:47","slug":"normality-test-methods-of-assessing-normality","status":"publish","type":"post","link":"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/","title":{"rendered":"Normality Test Explained: Methods Of Assessing Normality"},"content":{"rendered":"\n<p><strong>Normality Test<\/strong><br>A normality test determines whether a sample data has been drawn from a normally distributed population. It is generally performed to verify whether the data involved in the research have a normal distribution. Many statistical procedures such as correlation, regression, t-tests, and ANOVA, namely parametric tests, are based on the normal distribution of data.<\/p>\n\n\n\n<p><strong>What is Normal Distribution?<\/strong><br>Normal distribution, also known as Gaussian distribution, is the most important statistical probability distribution for independent random variables. Most researchers will recognize it as the familiar bell-shaped curve present in statistical reports. Normal distributions are appropriate for continuous variables. It is a probability distribution that is symmetric about the mean, i.e., the right side is a mirror image of the left side, indicating that the data near the mean occur more frequently than those at a distance from the mean. The area under the normal distribution curve represents the probability, and the total area under the curve sums up to one. In a perfectly normal distribution, the mean, median, and mode values are the same, and they indicate the peak of the curve.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" src=\"https:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/09\/Normality-1.jpg\" alt=\"Probability Density Curve of Normal Distribution\" class=\"wp-image-244\" width=\"575\" height=\"365\" srcset=\"https:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/09\/Normality-1.jpg 766w, https:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/09\/Normality-1-300x191.jpg 300w\" sizes=\"(max-width: 575px) 100vw, 575px\" \/><figcaption>Figure 1: Probability density curve of normal distribution<\/figcaption><\/figure><\/div>\n\n\n<p><\/p>\n\n\n\n<p><strong>Methods of Assessing Normality<\/strong><br>There are several methods to assess whether data are normally distributed, and they fall under two&nbsp;broad categories <strong>Graphical\u2014<\/strong>such as histogram, Q-Q probability plot<strong>\u2014<\/strong>and<strong> Analytical\u2014<\/strong>such as Shapiro\u2013Wilk test, Kolmogorov\u2013Smirnov test<strong>.<\/strong><\/p>\n\n\n\n<p><strong>Graphical Method of Assessing Normality<\/strong><br>The most useful method of visualizing the normality distribution (or lack thereof) of a certain variable is to plot the data on a graph called as a frequency distribution chart or histogram.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"616\" height=\"318\" src=\"https:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/09\/Normality-2.jpg\" alt=\"\" class=\"wp-image-245\" srcset=\"https:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/09\/Normality-2.jpg 616w, https:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/09\/Normality-2-300x155.jpg 300w\" sizes=\"(max-width: 616px) 100vw, 616px\" \/><figcaption>Figure 2. Normal (left) vs. non-normal distribution. The red curve represents an ideal normal (Gaussian) distribution.<\/figcaption><\/figure><\/div>\n\n\n<p>The normal distribution in Figure 2 shows a slight deviation of the actual sample distribution (gray bars) from the theoretical normal distribution curve (red line). This indicates that the given data are normally distributed. In the non-normal distribution in Figure 2, the sample deviated from the normal distribution. Graphical methods are typically not very useful when the sample size is small.<\/p>\n\n\n\n<p><strong>Analytical Method of Assessing Normality<\/strong><br>We begin with the most basic data-analysis process. When analyzing the data, aggregate (collated) information is obtained from many data points, so it is important to present such aggregate data truthfully, i.e., in a way that best represents the dataset. Normally distributed data are best, and most truthfully, represented through mean and standard deviation. The arithmetic mean is the value obtained through the summation of all the values and dividing that by the number of observations, and the standard deviation is the measure of the dispersion of the variable (low standard deviation indicates low dispersion, i.e., grouping around the mean; a high standard deviation indicates high dispersion, i.e., values frequently tend to lie at the tails or are distant from the center or mean). In contrast, non-normally distributed values tend not to be well represented using these values but tend to be better reflected in the median and interquartile range.<\/p>\n\n\n\n<p>The first step that we must undertake to check if the distribution of the variable follows the normal distribution is to conduct normality testing, which can usually be performed using some of the standard tests that are part of most statistical programs and applications, such as the<br>Kolmogorov\u2013Smirnov, Shapiro\u2013Wilk, and D&#8217;Agostino\u2013Pearson tests. These tests analyze the data to verify if their distribution deviates significantly from the normal distribution using several parameters, such as the well-known p-value. If the p-value is &lt;0.05, the distribution deviates significantly from the normal distribution.<\/p>\n\n\n\n<p>Parametric tests are used when the distribution closely follows the normal distribution; otherwise, non-parametric tests are employed.<\/p>\n\n\n\n<p>For two groups of data, the most widely used parametric test is the t-test (for independent or paired samples, depending on our data), and the non-parametric equivalent is the Mann\u2013Whitney test. For more than two groups of data, the parametric test used is ANOVA, and its non-parametric equivalent is the Kruskal\u2013Wallis test.<\/p>\n\n\n\n<p>For correlations, the parametric test used is the Pearson correlation test, and its non\u2011parametric equivalent is the Spearman rank-correlation test.<\/p>\n\n\n\n<p><em>It is important to note that using the wrong test (e.g., parametric for non-normally distributed data or non-parametric for normally distributed data) can result in completely wrong findings. This may falsely represent statistically significant findings as non-significant or non-significant findings as statistically significant!<\/em><\/p>\n\n\n\n<p>Similarly, when conducting a regression analysis, it is important to bear in mind that the normal distribution of data is an important assumption for correctly performing most types of regression analysis. In other words, it is not possible to perform most forms of regression with non\u2011normally distributed variables. These variables may have to be transformed in some way (e.g., log-transformation, root-transformation, etc.) to ensure a normally distributed transformed variable. This is often overlooked when conducting statistical analyses and may lead to erroneous findings. <\/p>\n\n\n\n<p>We hope this brief review explained the importance of normality of the distribution of variables and provided you with information on presentation and visualization of data according to normality, normality testing, and the potential pitfalls of not performing the tests properly. We plan to provide the next steps of statistical analysis in our upcoming blog posts.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color\">If you want to know more about our Statistical Analysis and Review Service, <strong><a href=\"https:\/\/www.editage.com\/services\/publishing-services-packs\/statistical-analysis\" target=\"_blank\" rel=\"noreferrer noopener\">click here<\/a>.<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"Normality TestA normality test determines whether a sample data has been drawn from a normally distributed population. It is generally performed to verify whether the data involved in the research have a normal distribution. Many statistical procedures such as correlation, regression, t-tests, and ANOVA, namely parametric tests, are based on the normal distribution of data. [&hellip;]","protected":false},"author":2,"featured_media":247,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[14,5],"tags":[27,23,24],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Normality Test: What is Normal Distribution? Methods of Assessing Normality | Editage<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Normality Test: What is Normal Distribution? Methods of Assessing Normality | Editage\" \/>\n<meta property=\"og:description\" content=\"Normality TestA normality test determines whether a sample data has been drawn from a normally distributed population. It is generally performed to verify whether the data involved in the research have a normal distribution. Many statistical procedures such as correlation, regression, t-tests, and ANOVA, namely parametric tests, are based on the normal distribution of data. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/\" \/>\n<meta property=\"og:site_name\" content=\"Educational Articles For Researchers, Students And Authors - Editage Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-27T13:29:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-19T07:37:47+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/09\/Gauss.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"613\" \/>\n\t<meta property=\"og:image:height\" content=\"414\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Editor Editor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Editor Editor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/\"},\"author\":{\"name\":\"Editor Editor\",\"@id\":\"https:\/\/www.editage.com\/blog\/#\/schema\/person\/194519c669bbbc38e9ed47cc02c5a44f\"},\"headline\":\"Normality Test Explained: Methods Of Assessing Normality\",\"datePublished\":\"2022-09-27T13:29:11+00:00\",\"dateModified\":\"2023-07-19T07:37:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/\"},\"wordCount\":890,\"publisher\":{\"@id\":\"https:\/\/www.editage.com\/blog\/#organization\"},\"keywords\":[\"Normality test\",\"Statistical Analysis Services\",\"Statistical Review Services\"],\"articleSection\":[\"Get Published\",\"Latest Articles\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/\",\"url\":\"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/\",\"name\":\"Normality Test: What is Normal Distribution? Methods of Assessing Normality | Editage\",\"isPartOf\":{\"@id\":\"https:\/\/www.editage.com\/blog\/#website\"},\"datePublished\":\"2022-09-27T13:29:11+00:00\",\"dateModified\":\"2023-07-19T07:37:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.editage.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Normality Test Explained: Methods Of Assessing Normality\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.editage.com\/blog\/#website\",\"url\":\"https:\/\/www.editage.com\/blog\/\",\"name\":\"Educational Articles For Researchers, Students And Authors - Editage Blog\",\"description\":\"Get insightful educational articles from the world of academia for researchers, students and authors. Visit Editage Blog for helpful content and tips on getting published and writing articles that are up to international journal publication standards. Click here to find out more!\",\"publisher\":{\"@id\":\"https:\/\/www.editage.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.editage.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.editage.com\/blog\/#organization\",\"name\":\"Educational Articles For Researchers, Students And Authors - Editage Blog\",\"url\":\"https:\/\/www.editage.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.editage.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/08\/editage-logo.png\",\"contentUrl\":\"https:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/08\/editage-logo.png\",\"width\":394,\"height\":82,\"caption\":\"Educational Articles For Researchers, Students And Authors - Editage Blog\"},\"image\":{\"@id\":\"https:\/\/www.editage.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.editage.com\/blog\/#\/schema\/person\/194519c669bbbc38e9ed47cc02c5a44f\",\"name\":\"Editor Editor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.editage.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/33094b932a69316d705f8302c2f84d82?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/33094b932a69316d705f8302c2f84d82?s=96&d=mm&r=g\",\"caption\":\"Editor Editor\"},\"url\":\"https:\/\/www.editage.com\/blog\/author\/admin-2\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Normality Test: What is Normal Distribution? Methods of Assessing Normality | Editage","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/","og_locale":"en_US","og_type":"article","og_title":"Normality Test: What is Normal Distribution? Methods of Assessing Normality | Editage","og_description":"Normality TestA normality test determines whether a sample data has been drawn from a normally distributed population. It is generally performed to verify whether the data involved in the research have a normal distribution. Many statistical procedures such as correlation, regression, t-tests, and ANOVA, namely parametric tests, are based on the normal distribution of data. [&hellip;]","og_url":"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/","og_site_name":"Educational Articles For Researchers, Students And Authors - Editage Blog","article_published_time":"2022-09-27T13:29:11+00:00","article_modified_time":"2023-07-19T07:37:47+00:00","og_image":[{"width":613,"height":414,"url":"http:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/09\/Gauss.jpg","type":"image\/jpeg"}],"author":"Editor Editor","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Editor Editor","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/#article","isPartOf":{"@id":"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/"},"author":{"name":"Editor Editor","@id":"https:\/\/www.editage.com\/blog\/#\/schema\/person\/194519c669bbbc38e9ed47cc02c5a44f"},"headline":"Normality Test Explained: Methods Of Assessing Normality","datePublished":"2022-09-27T13:29:11+00:00","dateModified":"2023-07-19T07:37:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/"},"wordCount":890,"publisher":{"@id":"https:\/\/www.editage.com\/blog\/#organization"},"keywords":["Normality test","Statistical Analysis Services","Statistical Review Services"],"articleSection":["Get Published","Latest Articles"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/","url":"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/","name":"Normality Test: What is Normal Distribution? Methods of Assessing Normality | Editage","isPartOf":{"@id":"https:\/\/www.editage.com\/blog\/#website"},"datePublished":"2022-09-27T13:29:11+00:00","dateModified":"2023-07-19T07:37:47+00:00","breadcrumb":{"@id":"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.editage.com\/blog\/normality-test-methods-of-assessing-normality\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.editage.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Normality Test Explained: Methods Of Assessing Normality"}]},{"@type":"WebSite","@id":"https:\/\/www.editage.com\/blog\/#website","url":"https:\/\/www.editage.com\/blog\/","name":"Educational Articles For Researchers, Students And Authors - Editage Blog","description":"Get insightful educational articles from the world of academia for researchers, students and authors. Visit Editage Blog for helpful content and tips on getting published and writing articles that are up to international journal publication standards. Click here to find out more!","publisher":{"@id":"https:\/\/www.editage.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.editage.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.editage.com\/blog\/#organization","name":"Educational Articles For Researchers, Students And Authors - Editage Blog","url":"https:\/\/www.editage.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.editage.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/08\/editage-logo.png","contentUrl":"https:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/08\/editage-logo.png","width":394,"height":82,"caption":"Educational Articles For Researchers, Students And Authors - Editage Blog"},"image":{"@id":"https:\/\/www.editage.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.editage.com\/blog\/#\/schema\/person\/194519c669bbbc38e9ed47cc02c5a44f","name":"Editor Editor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.editage.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/33094b932a69316d705f8302c2f84d82?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/33094b932a69316d705f8302c2f84d82?s=96&d=mm&r=g","caption":"Editor Editor"},"url":"https:\/\/www.editage.com\/blog\/author\/admin-2\/"}]}},"jetpack_featured_media_url":"https:\/\/www.editage.com\/blog\/wp-content\/uploads\/2022\/09\/Gauss.jpg","_links":{"self":[{"href":"https:\/\/www.editage.com\/blog\/wp-json\/wp\/v2\/posts\/243"}],"collection":[{"href":"https:\/\/www.editage.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.editage.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.editage.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.editage.com\/blog\/wp-json\/wp\/v2\/comments?post=243"}],"version-history":[{"count":4,"href":"https:\/\/www.editage.com\/blog\/wp-json\/wp\/v2\/posts\/243\/revisions"}],"predecessor-version":[{"id":291,"href":"https:\/\/www.editage.com\/blog\/wp-json\/wp\/v2\/posts\/243\/revisions\/291"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.editage.com\/blog\/wp-json\/wp\/v2\/media\/247"}],"wp:attachment":[{"href":"https:\/\/www.editage.com\/blog\/wp-json\/wp\/v2\/media?parent=243"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.editage.com\/blog\/wp-json\/wp\/v2\/categories?post=243"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.editage.com\/blog\/wp-json\/wp\/v2\/tags?post=243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}