{"id":604,"date":"2022-03-15T07:16:42","date_gmt":"2022-03-15T07:16:42","guid":{"rendered":"https:\/\/vwo.com\/glossary\/?p=604"},"modified":"2025-02-20T07:03:43","modified_gmt":"2025-02-20T07:03:43","slug":"type-1-error","status":"publish","type":"post","link":"https:\/\/vwo.com\/glossary\/type-1-error\/","title":{"rendered":"Type-1 Error"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>What is a type-1 error?<\/strong><\/h2>\n\n\n\n<p>Consider a situation where an eCommerce business wants to improve its existing sales. They build a hypothesis that by <a href=\"https:\/\/vwo.com\/blog\/ecommerce-product-page-design\/\">optimizing the design of the product page<\/a> they could improve the checkout rate which eventually would lead to more purchases. <\/p>\n\n\n\n<p>To validate this hypothesis, <a href=\"https:\/\/vwo.com\/testing\/ab-testing\/\">they A\/B tested the two designs<\/a> and measured the click rate on the checkout button. According to the hypothesis testing approach of an A\/B test, after running the experiment for a certain duration, if it declares a statistically significant result in favor of the new product page design then the new hypothesis is considered to be true.<\/p>\n\n\n\n<p>Now suppose, the test results were wrong and truly there wasn\u2019t any difference between the two designs, then the test has committed a False positive or Type-1 error. If an A\/B or a <a href=\"https:\/\/vwo.com\/testing\/multivariate-testing\/\">Multivariate test<\/a> declares a statistically significant result when in reality no difference exists in the performance of the variations being tested, then it is a Type-1 error.&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>In scientific terms, during the hypothesis testing process when a null hypothesis (representing no effect) is rejected, even if it is accurate and should not be rejected by the test then it is called a Type-1 error or a False Positive. A null hypothesis is defined before the start of an A\/B test or MVT which represents no difference between the variations being tested.&nbsp;<\/p>\n\n\n\n<p>To put it more formally, in an A\/B test, if both variations are similar and don\u2019t affect the metric being tested any differently, an error may occur where the null hypothesis is rejected after the test concludes. In such a case, if it&#8217;s determined that there is a statistical difference between the variations, the result is a Type I error.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why is it important to understand type-1 errors?<\/strong><\/h2>\n\n\n\n<p>After running an A\/B test suppose you incorrectly conclude that variation B is a winner and deploy it for all traffic. A wrong conclusion can be detrimental to the conversion rate of a business and can lead to revenue loss. So whenever you run an A\/B test, <a href=\"https:\/\/vwo.com\/blog\/errors-in-ab-testing\/\">an understanding of type 1 errors<\/a> can help you to&nbsp;&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Estimate the risk in case a wrong conclusion is made<\/li>\n\n\n\n<li><a href=\"https:\/\/vwo.com\/testing\/?utm_source=page&amp;utm_medium=website&amp;utm_campaign=interlinking\">Perform experimentation<\/a> in a scientifically disciplined manner&nbsp;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What causes a type-1 error?<\/strong><\/h2>\n\n\n\n<p>When performing a statistical test there is always a scope of getting a type-1 error as the estimations are made over a limited sample data. A statistical test doesn\u2019t promise to provide the right decisions every time, but the right decisions most of the time. Therefore a testing methodology must be evaluated on the basis of how well is it able to restrict the errors within a certain bound.<br>Type-1 errors are mainly caused due to two reasons-&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Random Chance &#8211; In a hypothesis test, an analyst uses only a small portion of the population of the data to make estimations. Therefore there exists a possibility that in certain cases the collected samples do not represent the true population leading to incorrect conclusions.<\/li>\n\n\n\n<li>Concluding a test early &#8211; In frequentist hypothesis testing, the testing is expected to be performed after the <a href=\"https:\/\/vwo.com\/blog\/how-to-calculate-ab-test-sample-size\/\">desired sample size<\/a> needed for the study is collected. However, oftentimes the tests are ended as soon as the p-value goes below the defined threshold. This leads to an inflated false-positive rate.&nbsp;&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Graphical representation of a type-1 error rate<\/strong><\/h2>\n\n\n\n<p>The following is the representation of a null hypothesis model and alternate hypothesis model.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The Null model represents &#8211; the probabilities of obtaining all possible results if the study were repeated with new samples and the null hypothesis were true in the population.&nbsp;<\/li>\n\n\n\n<li>The Alternate model represents &#8211; the probabilities of obtaining all possible results if the study were repeated with new samples and the alternate hypothesis were true in the population.&nbsp;<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"233\" src=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/03\/Type-of-error.png\" alt=\"Type Of Error\" class=\"wp-image-630\" srcset=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/03\/Type-of-error.png 512w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/03\/Type-of-error.png?tr=w-375 375w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/><\/figure>\n<\/div>\n\n\n<p>The shaded region is called the critical region. If your results fall in the red critical region of this curve, they are considered statistically significant and the null hypothesis is rejected. However, this is a false positive conclusion, because the null hypothesis is actually true in these cases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The tradeoff between type-1 and type-2 errors&nbsp;<\/strong><\/h2>\n\n\n\n<p>The Type I and Type II error rates affect each other in statistics. Type 1 errors depend on the significance level which affects the statistical power of a test. And the statistical power is inversely related to the Type II error rate.<\/p>\n\n\n\n<p>This means there lies a tradeoff between the Type I and Type II errors:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A low significance level decreases Type I error risk but increases Type II error risk.<\/li>\n\n\n\n<li>A high-powered test can have a lower Type II error risk but a high Type I error risk.<\/li>\n<\/ul>\n\n\n\n<p>Type I and Type II errors occur where the distributions of the two hypotheses overlap. The red shaded area represents alpha, the Type I error rate, and the blue shaded area represents beta, the Type II error rate.<\/p>\n\n\n\n<p>Therefore, by setting the Type I error rate, you indirectly influence the size of the Type II error rate as well.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to control the type-1 errors?<\/strong><\/h2>\n\n\n\n<p>The chance of committing this error is related to the significance level (alpha or \u03b1) you decide.&nbsp;<\/p>\n\n\n\n<p>This value that you set at the beginning of your study assesses the statistical probability of obtaining your results (p-value). P-value is a term majorly used in frequentist statistics.<\/p>\n\n\n\n<p>As per academic literature, the significance level is usually set at 0.05 or 5%. It means out of 100 tests where variations are the same, 5 tests will say variations are statistically different. If the obtained p-value of your test is lower than the configured significance level, it means the difference is statistically significant and consistent with the alternative hypothesis. However, the difference is statistically non-significant if the p-value is higher than the significance level.<\/p>\n\n\n\n<p>To reduce the Type I error probability, you can simply set a lower significance level and run experiments longer to collect more data.&nbsp;<\/p>\n\n\n\n<p>At VWO, we use Probability to be the Best (PBB) and Absolute Potential Loss (PL) as the decision-making metrics to determine a winning variation. The use of PL metric with PBB ensures that even if a type-1 error occurs, the overall impact of the wrong decision is tolerable by the business.&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>To understand more about how exactly VWO can help you bring down such errors, <a href=\"#free-trial\">try out VWO\u2019s free trial<\/a> or <a href=\"#request-demo\">request a demo<\/a> by one of our optimization experts.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In an A\/B test, if both variations are similar and don\u2019t affect the metric being tested any differently, an error may occur where the null hypothesis is rejected after the test concludes. In such a case, if it\u2019s determined that there is a statistical difference between the variations, the result is a Type I error.<\/p>\n","protected":false},"author":373,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-604","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Type-1 Error - VWO Glossary<\/title>\n<meta name=\"description\" content=\"If an A\/B test declares a statistically significant result when in reality no difference exists in the performance of the variations being tested, then it is a Type-1 error.\u00a0\u00a0\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vwo.com\/glossary\/type-1-error\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Type-1 Error - VWO Glossary\" \/>\n<meta property=\"og:description\" content=\"If an A\/B test declares a statistically significant result when in reality no difference exists in the performance of the variations being tested, then it is a Type-1 error.\u00a0\u00a0\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vwo.com\/glossary\/type-1-error\/\" \/>\n<meta property=\"og:site_name\" content=\"VWO Glossary\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-15T07:16:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-20T07:03:43+00:00\" \/>\n<meta name=\"author\" content=\"Nida Zehra\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/vwo.com\/glossary\/type-1-error\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/vwo.com\/glossary\/type-1-error\/\"},\"author\":{\"name\":\"Nida Zehra\",\"@id\":\"https:\/\/vwo.com\/glossary\/#\/schema\/person\/8eefaee79469e7dfd9740169a9fee27a\"},\"headline\":\"Type-1 Error\",\"datePublished\":\"2022-03-15T07:16:42+00:00\",\"dateModified\":\"2025-02-20T07:03:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/vwo.com\/glossary\/type-1-error\/\"},\"wordCount\":1087,\"image\":{\"@id\":\"https:\/\/vwo.com\/glossary\/type-1-error\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/03\/Type-of-error.png\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vwo.com\/glossary\/type-1-error\/\",\"url\":\"https:\/\/vwo.com\/glossary\/type-1-error\/\",\"name\":\"Type-1 Error - VWO Glossary\",\"isPartOf\":{\"@id\":\"https:\/\/vwo.com\/glossary\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/vwo.com\/glossary\/type-1-error\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/vwo.com\/glossary\/type-1-error\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/03\/Type-of-error.png\",\"datePublished\":\"2022-03-15T07:16:42+00:00\",\"dateModified\":\"2025-02-20T07:03:43+00:00\",\"author\":{\"@id\":\"https:\/\/vwo.com\/glossary\/#\/schema\/person\/8eefaee79469e7dfd9740169a9fee27a\"},\"description\":\"If an A\/B test declares a statistically significant result when in reality no difference exists in the performance of the variations being tested, then it is a Type-1 error.\u00a0\u00a0\",\"breadcrumb\":{\"@id\":\"https:\/\/vwo.com\/glossary\/type-1-error\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vwo.com\/glossary\/type-1-error\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vwo.com\/glossary\/type-1-error\/#primaryimage\",\"url\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/03\/Type-of-error.png\",\"contentUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/03\/Type-of-error.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vwo.com\/glossary\/type-1-error\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vwo.com\/glossary\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Type-1 Error\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vwo.com\/glossary\/#website\",\"url\":\"https:\/\/vwo.com\/glossary\/\",\"name\":\"VWO Glossary\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vwo.com\/glossary\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/vwo.com\/glossary\/#\/schema\/person\/8eefaee79469e7dfd9740169a9fee27a\",\"name\":\"Nida Zehra\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vwo.com\/glossary\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cac8ced0dfdc6ee8798572f0369f4cb71c07cb66f6a8ef7da0e78f1d03c88c0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cac8ced0dfdc6ee8798572f0369f4cb71c07cb66f6a8ef7da0e78f1d03c88c0c?s=96&d=mm&r=g\",\"caption\":\"Nida Zehra\"},\"description\":\"As a marketing professional and storytelling enthusiast, I prioritize understanding data and insights over everything else while crafting a new story for experimentation. Besides work, you can find me reading fiction and, at times, metamorphosing into an artist through some discerning sorcery, which leads me to maintain an art and poetry blog on Instagram. Towards an innate linguistic inclination, I am currently looking forward to learning Persian to read and understand layers of the 14th-century Iranian poet Hafez's work\u2014one of my most treasured literary possessions.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/nidazehra\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Type-1 Error - VWO Glossary","description":"If an A\/B test declares a statistically significant result when in reality no difference exists in the performance of the variations being tested, then it is a Type-1 error.\u00a0\u00a0","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:\/\/vwo.com\/glossary\/type-1-error\/","og_locale":"en_US","og_type":"article","og_title":"Type-1 Error - VWO Glossary","og_description":"If an A\/B test declares a statistically significant result when in reality no difference exists in the performance of the variations being tested, then it is a Type-1 error.\u00a0\u00a0","og_url":"https:\/\/vwo.com\/glossary\/type-1-error\/","og_site_name":"VWO Glossary","article_published_time":"2022-03-15T07:16:42+00:00","article_modified_time":"2025-02-20T07:03:43+00:00","author":"Nida Zehra","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/vwo.com\/glossary\/type-1-error\/#article","isPartOf":{"@id":"https:\/\/vwo.com\/glossary\/type-1-error\/"},"author":{"name":"Nida Zehra","@id":"https:\/\/vwo.com\/glossary\/#\/schema\/person\/8eefaee79469e7dfd9740169a9fee27a"},"headline":"Type-1 Error","datePublished":"2022-03-15T07:16:42+00:00","dateModified":"2025-02-20T07:03:43+00:00","mainEntityOfPage":{"@id":"https:\/\/vwo.com\/glossary\/type-1-error\/"},"wordCount":1087,"image":{"@id":"https:\/\/vwo.com\/glossary\/type-1-error\/#primaryimage"},"thumbnailUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/03\/Type-of-error.png","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/vwo.com\/glossary\/type-1-error\/","url":"https:\/\/vwo.com\/glossary\/type-1-error\/","name":"Type-1 Error - VWO Glossary","isPartOf":{"@id":"https:\/\/vwo.com\/glossary\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vwo.com\/glossary\/type-1-error\/#primaryimage"},"image":{"@id":"https:\/\/vwo.com\/glossary\/type-1-error\/#primaryimage"},"thumbnailUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/03\/Type-of-error.png","datePublished":"2022-03-15T07:16:42+00:00","dateModified":"2025-02-20T07:03:43+00:00","author":{"@id":"https:\/\/vwo.com\/glossary\/#\/schema\/person\/8eefaee79469e7dfd9740169a9fee27a"},"description":"If an A\/B test declares a statistically significant result when in reality no difference exists in the performance of the variations being tested, then it is a Type-1 error.\u00a0\u00a0","breadcrumb":{"@id":"https:\/\/vwo.com\/glossary\/type-1-error\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vwo.com\/glossary\/type-1-error\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vwo.com\/glossary\/type-1-error\/#primaryimage","url":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/03\/Type-of-error.png","contentUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/03\/Type-of-error.png"},{"@type":"BreadcrumbList","@id":"https:\/\/vwo.com\/glossary\/type-1-error\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vwo.com\/glossary\/"},{"@type":"ListItem","position":2,"name":"Type-1 Error"}]},{"@type":"WebSite","@id":"https:\/\/vwo.com\/glossary\/#website","url":"https:\/\/vwo.com\/glossary\/","name":"VWO Glossary","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vwo.com\/glossary\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/vwo.com\/glossary\/#\/schema\/person\/8eefaee79469e7dfd9740169a9fee27a","name":"Nida Zehra","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vwo.com\/glossary\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cac8ced0dfdc6ee8798572f0369f4cb71c07cb66f6a8ef7da0e78f1d03c88c0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cac8ced0dfdc6ee8798572f0369f4cb71c07cb66f6a8ef7da0e78f1d03c88c0c?s=96&d=mm&r=g","caption":"Nida Zehra"},"description":"As a marketing professional and storytelling enthusiast, I prioritize understanding data and insights over everything else while crafting a new story for experimentation. Besides work, you can find me reading fiction and, at times, metamorphosing into an artist through some discerning sorcery, which leads me to maintain an art and poetry blog on Instagram. Towards an innate linguistic inclination, I am currently looking forward to learning Persian to read and understand layers of the 14th-century Iranian poet Hafez's work\u2014one of my most treasured literary possessions.","sameAs":["https:\/\/www.linkedin.com\/in\/nidazehra\/"]}]}},"_links":{"self":[{"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/posts\/604","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/users\/373"}],"replies":[{"embeddable":true,"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/comments?post=604"}],"version-history":[{"count":8,"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/posts\/604\/revisions"}],"predecessor-version":[{"id":3314,"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/posts\/604\/revisions\/3314"}],"wp:attachment":[{"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/media?parent=604"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/categories?post=604"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/tags?post=604"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}