{"id":139,"date":"2026-06-17T11:21:02","date_gmt":"2026-06-17T11:21:02","guid":{"rendered":"https:\/\/sigmadesk.app\/blog\/?p=139"},"modified":"2026-06-17T11:21:03","modified_gmt":"2026-06-17T11:21:03","slug":"confidence-intervals","status":"publish","type":"post","link":"https:\/\/sigmadesk.app\/blog\/confidence-intervals\/","title":{"rendered":"Confidence Intervals Explained: Formula, Meaning, and How to Calculate"},"content":{"rendered":"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Confidence Interval for Mean Simply Explained | z score | 95% Interpretation\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/YaUlz5tOcnc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Suppose you want to know the average height of every adult in your country. Measuring all of them is impossible, so you measure a sample \u2014 say 1,000 people \u2014 and calculate their average. The number you get feels solid, but it hides a problem: it depends entirely on <em>which<\/em> people happened to land in your sample. A different 1,000 people would have produced a different average.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On its own, a sample mean says nothing about that uncertainty, so it looks far more exact than it really is. A <strong>confidence interval<\/strong> fixes this by reporting a range instead of a single number \u2014 and that range is one of the most useful, and most misunderstood, tools in statistics.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is a Confidence Interval?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A <strong>confidence interval (CI)<\/strong> is a range of values that is likely to contain the true population parameter \u2014 most often the population mean. Instead of a single figure, it gives you a band the true value probably falls within, and the width of that band tells you how precise your estimate is <em>before<\/em> you act on it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So instead of saying:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">&#8220;The average height is 175 cm.&#8221;<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">a confidence interval lets you say:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">&#8220;The average height is between 173 cm and 177 cm, with 95% confidence.&#8221;<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">That second statement is more honest. It reports your best estimate <em>and<\/em> how much uncertainty that estimate carries \u2014 exactly what you need when a decision rides on the number.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What &#8220;95% Confidence&#8221; Actually Means<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You&#8217;ll most often see 95% confidence intervals, and this is where almost everyone \u2014 including many trained professionals \u2014 gets confused.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s tempting to say: <em>&#8220;There&#8217;s a 95% chance the true average lies inside this particular interval.&#8221;<\/em> That interpretation is <strong>wrong<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The true average is a fixed number. Once the data is collected, it either falls inside your interval or it doesn&#8217;t \u2014 there&#8217;s no probability left to assign. The correct interpretation is about the <em>method<\/em>, not the single interval:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">If you repeated your study many times, each time collecting a fresh sample and building a new interval, about 95% of those intervals would contain the true value.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">This comes from <strong>frequentist statistics<\/strong>, a school of thought that says probability can only be defined for things that are genuinely random. Your sample is random, because it was drawn at random. But the true population mean is not random \u2014 it is a fixed number that already exists, even though you don&#8217;t know it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, suppose the true average height of everyone in your population today is exactly 174.43 cm. That number is real and definite; you simply haven&#8217;t measured it, and not knowing it doesn&#8217;t make it random. This is why the frequentist view refuses to say <em>&#8220;there&#8217;s a 95% chance that 174.43 cm falls in the interval.&#8221;<\/em> Instead it says: <em>&#8220;intervals produced by this method contain the true value 95% of the time in the long run.&#8221;<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Confidence Interval Formula<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For a confidence interval around an average, the formula is:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>interval = x\u0304 \u00b1 z \u00d7 (\u03c3 \/ \u221an)<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>x\u0304<\/strong> is the sample mean (the point estimate)<\/li>\n\n\n\n<li><strong>\u03c3<\/strong> is the standard deviation of the data<\/li>\n\n\n\n<li><strong>n<\/strong> is the sample size<\/li>\n\n\n\n<li><strong>\u03c3 \/ \u221an<\/strong> is the <strong>standard error<\/strong><\/li>\n\n\n\n<li><strong>z<\/strong> is the <strong>critical value<\/strong> that sets the confidence level<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The result always has the same shape: <strong>estimate \u00b1 margin of error<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Worked Example<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Suppose you measure 1,000 adults, get a sample mean of 171 cm, and the standard deviation is 16 cm. For a 95% interval, z = 1.96.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Standard error:<\/strong> 16 \/ \u221a1000 = 16 \/ 31.6 \u2248 0.51 cm<\/li>\n\n\n\n<li><strong>Margin of error:<\/strong> 1.96 \u00d7 0.51 \u2248 1.0 cm<\/li>\n\n\n\n<li><strong>Interval:<\/strong> 171 \u00b1 1.0 \u2192 <strong>170 cm to 172 cm<\/strong><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">So with 95% confidence, the true average adult height lies between 170 cm and 172 cm.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Critical z-Values<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The z in the formula comes from the standard normal distribution. It answers one question: how many standard errors must you reach out on each side to capture the chosen percentage of the curve?<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Confidence level<\/th><th>Area in each tail<\/th><th>z-value<\/th><\/tr><\/thead><tbody><tr><td>90%<\/td><td>5.0%<\/td><td>1.645<\/td><\/tr><tr><td>95%<\/td><td>2.5%<\/td><td>1.960<\/td><\/tr><tr><td>99%<\/td><td>0.5%<\/td><td>2.576<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What Changes the Width of a Confidence Interval<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Three things determine how wide the interval turns out:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Confidence level.<\/strong> A higher confidence level requires a larger z. Being more certain \u2014 say 99% instead of 95% \u2014 widens the interval, which is rarely worth the loss of precision. That&#8217;s why most work sticks with 95%, which is already reliable enough for most purposes.<\/li>\n\n\n\n<li><strong>Variability in the data.<\/strong> The more spread out your sample is, the wider the interval, because a noisier sample tells you less about the true mean.<\/li>\n\n\n\n<li><strong>Sample size.<\/strong> A larger sample narrows the interval. Since <em>n<\/em> sits under the square root in the formula, more data shrinks the standard error and sharpens the estimate.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Why Confidence Intervals Matter in Quality and Process Improvement<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In Lean Six Sigma and statistical process control, you almost never have the whole population \u2014 you work from samples pulled off a running process. Confidence intervals are what keep those sample-based conclusions honest:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When you estimate a process mean or a defect rate, a CI shows whether your sample is precise enough to act on, or whether you&#8217;re reading noise.<\/li>\n\n\n\n<li>In <strong>process capability<\/strong> studies, a Cpk calculated from a small sample can swing widely; a confidence interval around it reveals how much you can actually trust that capability number.<\/li>\n\n\n\n<li>In <strong>hypothesis testing<\/strong> and A\/B-style comparisons, an interval tells you not just <em>whether<\/em> two processes differ, but by <em>how much<\/em> \u2014 and whether that difference is even meaningful.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">A single point estimate invites overconfidence. A confidence interval forces you to ask the right question: <em>how sure am I, really?<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Suppose you want to know the average height of every adult in your country. Measuring all of them is impossible, so you measure a sample \u2014 say 1,000 people \u2014 and calculate their average. The number you get feels solid, but it hides a problem: it depends entirely on which people happened to land in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-139","post","type-post","status-publish","format-standard","hentry","category-educational"],"_links":{"self":[{"href":"https:\/\/sigmadesk.app\/blog\/wp-json\/wp\/v2\/posts\/139","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sigmadesk.app\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sigmadesk.app\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sigmadesk.app\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sigmadesk.app\/blog\/wp-json\/wp\/v2\/comments?post=139"}],"version-history":[{"count":1,"href":"https:\/\/sigmadesk.app\/blog\/wp-json\/wp\/v2\/posts\/139\/revisions"}],"predecessor-version":[{"id":140,"href":"https:\/\/sigmadesk.app\/blog\/wp-json\/wp\/v2\/posts\/139\/revisions\/140"}],"wp:attachment":[{"href":"https:\/\/sigmadesk.app\/blog\/wp-json\/wp\/v2\/media?parent=139"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sigmadesk.app\/blog\/wp-json\/wp\/v2\/categories?post=139"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sigmadesk.app\/blog\/wp-json\/wp\/v2\/tags?post=139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}