Bayesian Thinking: How to Update Your Beliefs With Evidence

By Brexis Wazik 15 min read -

A test that is “95% accurate” comes back positive. Most people, including most doctors, conclude they almost certainly have the disease. The real answer is often around 2%.

That gap between what feels true and what is true is the whole story of probability. The world rarely hands you certainty. A forecast says “70% chance of rain.” A friend swears their cousin got rich on a stock, so it must be a good bet. To decide well in a fuzzy world, you need a language for uncertainty, and one move inside that language matters more than any other: knowing how to change your mind when new evidence shows up.

Why this matters

You make dozens of judgments a day under uncertainty. Should you trust that screening result? That glowing review? That scary headline? That hot streak at the table?

People who reason badly about probability do two things. They lurch from “no way” to “definitely” on a single piece of evidence, and they forget to ask how common something was in the first place. Both mistakes are expensive. They lead to needless panic over test results, money lost to “I’m due for a win” thinking, and confident conclusions drawn from data that quietly lied.

The good news is that a handful of ideas fix most of this. Get them, and a surprising amount of statistical confusion simply dissolves.

Start with the shape, not the number

Before any probability, you need a picture. When you gather many measurements, such as heights, salaries, test scores, or daily sales, they form a distribution, which is just the pattern of how often each value shows up.

The simplest way to see it is a histogram: sort your values into buckets, and let the height of each bar show how many landed in each one.

Think of pouring a big bag of M&Ms onto a table and sorting them into colored piles. The tallest piles tell you which colors are most common. A histogram is exactly that, but for numbers.

This is the first habit worth building: always look at the shape before you trust a summary number, because the same average can hide wildly different realities.

The bell curve and the 68-95-99.7 rule

The most famous shape is the normal distribution, the symmetric bell curve. Most values cluster near the middle, and the further out you go, the rarer they get, equally on both sides. Adult male heights are a classic example: most men sit near average, a few are unusually tall, a few unusually short.

The bell curve has a reliable rule worth memorizing. “SD” here means standard deviation, the typical distance of a value from the average.

  • About 68% of values fall within 1 SD of the mean.
  • About 95% fall within 2 SD.
  • About 99.7% fall within 3 SD.

Say a standardized test averages 500 with an SD of 100. Then about 68% of people score between 400 and 600, about 95% between 300 and 700, and almost everyone between 200 and 800. A score of 750 is genuinely rare, sitting 2.5 SD above average.

When the bell tips over: skew

Skew is lopsidedness. A distribution is right-skewed when it has a long tail stretching to the right, and left-skewed when the tail stretches left.

Here is the picture to remember. Bill Gates walks into a small bar. The instant he steps in, the average net worth of everyone inside rockets into the billions, but the median, the middle person, barely moves. That one billionaire is the long right tail.

This is why honest reporting on income or wealth uses the median, not the mean. The mean gets dragged around by extremes; the median does not.

ShapeWhat it looks likeReal-world example
Right-skewedLong tail right; mean > medianIncome, wealth, wait times, house prices
Left-skewedLong tail left; mean < medianAn easy exam where most score high
SymmetricBalanced; mean roughly equals medianHeights, measurement errors
BimodalTwo separate peaksTwo hidden groups mixed together

A bimodal distribution, with two peaks, is a useful warning sign. It often means two different groups got blended together, like the heights of men and women combined. When you see two humps, your instinct should be: I should probably split this into two groups.

Probability: a number for “how likely”

Probability is a number between 0 and 1 that measures how likely something is. Zero means impossible, 1 means certain, and 0.5 means as likely as not. A fair coin flip is 0.5. A fair die landing on a 4 is 1/6, roughly 0.17.

Three rules cover most everyday cases:

  1. All outcomes sum to 1. A 30% chance of rain means a 70% chance of no rain. The possibilities must add to 100%.
  2. “Either / or” events: add. The chance of rolling a 1 or a 2 is 1/6 + 1/6 = 2/6, when both cannot happen at once.
  3. “Both” independent events: multiply. The chance of flipping heads and then heads again is 0.5 x 0.5 = 0.25.

The coin has no memory

Two events are independent if one happening does not change the odds of the other. A coin has no memory. Flip five heads in a row, and the next flip is still exactly 50/50. The coin does not know it “owes” you a tails.

Forgetting this is the gambler’s fallacy: believing you are “due” for a win after a streak. After five reds at the roulette wheel, black is not more likely on the next spin. Casinos earn a great deal of money from people who feel otherwise.

When knowing one thing changes the odds

Not everything is independent. Often, learning that one thing happened changes how likely something else is. That is conditional probability, written P(A|B) and read “the probability of A given B.”

On a random day the chance of rain might be low. But the chance of rain given that you just saw a dozen people walk by with open umbrellas is much higher. The condition changes the odds. This idea is the doorway to the most useful tool in the whole subject.

Bayesian thinking: updating beliefs with evidence

Bayes’ theorem is, at heart, a rule for updating a belief when new evidence arrives. Named after Thomas Bayes and developed by Pierre-Simon Laplace, it answers one question: given what I knew before, and given this new clue, what should I believe now?

The plain version is this. Your new belief equals your old belief, adjusted by how strong the new evidence is. You do not throw away what you knew. You nudge it.

Two words make this precise:

  • Prior: your belief before the new evidence, often just the base rate, meaning “how common is this thing in general?”
  • Posterior: your updated belief after folding in the evidence.

The rare-disease test, worked out in people

This is the example that makes Bayesian thinking click, and it catches almost everyone.

A disease affects 1 in 1,000 people. A test for it has a 5% false-positive rate, meaning that if you are healthy, there is a 5% chance it wrongly says “positive.” You take the test. It comes back positive. What is the chance you actually have the disease?

Most people say “about 95%.” The real answer is around 2%. The trick is to stop thinking in percentages and start counting actual people. Imagine 100,000 people get tested:

  • 100 are actually sick (1 in 1,000). Nearly all 100 test positive. That is about 100 true positives.
  • 99,900 are actually healthy. Even at just a 5% error rate, that produces about 4,995 false positives.

So the total number of positive results is roughly 100 + 4,995 = 5,095. Of those, only 100 are truly sick. That is 100 / 5,095, or about 2%.

The disease is so rare that the tiny sick group yields only about 100 true positives, while the enormous healthy group, even with a small error rate, throws off nearly 5,000 false alarms. A positive result is far more likely to be a false alarm than a real case.

The lesson reaches far beyond medicine. It is how a detective weighs a clue, how a spam filter judges an email, and how you should react to one dramatic headline. Strong evidence against a very unlikely prior still leaves real uncertainty.

Common misconceptions

Probability is full of ideas that feel right and are wrong. A few worth correcting:

  • “A positive test means I probably have it.” Not by itself. It depends massively on the base rate, how common the condition was before the test. Ignoring that is the base-rate fallacy.
  • “I’m due for a win.” Independent events have no memory. A streak does not change the next outcome.
  • “A bigger sample is always better.” A bigger sample cuts random noise but never fixes bias. A huge biased sample is still wrong, just confidently so.
  • “n of 30 makes data normal.” A rough rule of thumb, not a law. Heavily skewed data, like income, can need a far larger sample before its averages behave.
  • “A 95% confidence interval has a 95% chance of holding the true value.” The 95% describes the method across many samples, not this one interval.
  • “Statistically significant means important.” Significance says an effect probably is not zero. It says nothing about whether the effect is big enough to matter.

From a spoonful to the whole pot

You almost never measure everyone. You measure a sample, a subset, and use it to talk about the whole population.

To judge a pot of soup, you taste one spoonful. But that only works if the soup is well stirred. A badly stirred pot, with all the salt sunk to the bottom, will fool your spoonful completely. “Well stirred” means random sampling: every member of the population has a known chance of being picked.

When the spoonful lies

Sampling bias is when your method of choosing systematically over- or under-represents some group. In 1936, the Literary Digest mailed millions of surveys and confidently predicted Alf Landon would beat Franklin Roosevelt. Roosevelt won in a landslide. The magazine had drawn names from telephone directories and car-registration lists, and in 1936 owning a phone and a car meant you were wealthy. Their giant sample quietly missed poorer voters. The size did not save them, because the sample was biased.

Survivorship bias is the sneakier cousin: counting only the survivors. During World War II, the military studied bombers returning from missions and saw bullet holes clustered on the wings and tail. The instinct was to armor those spots. The statistician Abraham Wald pointed out the opposite: armor the engines and cockpit, the places with few holes. Why? The planes hit there never made it back to be counted. The data only ever showed survivors.

That trap is everywhere. Studying only successful founders to learn “the habits of success” ignores the identical-habit founders who failed. The losers are not in the room.

Why averages settle into a bell

Here is a quietly remarkable result. If you took many different samples and computed the average of each, those averages would form their own distribution, called the sampling distribution. The Central Limit Theorem says that the average of a large enough sample is approximately bell-shaped, even if the underlying data is not.

Roll one die and the result is flat, with each face equally likely. But roll ten dice and take the average, over and over, and a bell curve emerges. Averaging smooths out the lumpiness.

This also clears up two terms that even professionals confuse. Standard deviation is the spread of individual data points, how far typical people sit from the average. Standard error is the spread of the sample averages, how much your estimate wobbles from sample to sample. SD describes people; SE describes averages-of-people. Crucially, SE shrinks as your sample grows, which is why bigger samples give steadier estimates even though the people stay just as varied.

Estimates, confidence, and significance

Once you accept that a sample is a noisy peek at a population, you face two jobs: estimate a quantity with a range around it, or decide whether an effect is real.

Report a range, not a point

A confidence interval is a range built by a method that captures the true value a stated share of the time, say 95%. Instead of “the true average is exactly 502,” you say “the true average is somewhere in this lane, and our lane-drawing method is right 95% of the time.” The width of the lane is your honesty about uncertainty.

Watch the wording. A 95% interval does not mean “a 95% chance the truth is inside this particular interval.” The 95% is a property of the method: repeat the whole process many times, and about 95% of the intervals you draw would contain the truth. “Average satisfaction is 7.2 (95% CI: 6.8 to 7.6)” is far more honest than a bare “7.2.”

The p-value, explained without the jargon

The other job is deciding whether an effect is real. The standard machinery starts with a null hypothesis, the default assumption of “no effect” or “no difference.” A courtroom presumes the defendant innocent; you do not convict until the evidence overturns that presumption.

How surprising is your data under that presumption? That is the p-value: the chance of seeing data at least this extreme if the null hypothesis were true. Flip 9 heads in a row and a truly fair coin would do that only about 0.2% of the time, a tiny p-value that makes you doubt the coin.

The p-value is one of the most misunderstood numbers in science. The American Statistical Association issued a formal statement in 2016 to correct its abuse. A p-value is not the probability that your hypothesis is true. It is not the probability your result was “due to chance.” It is not a measure of how big the effect is. And p above 0.05 does not prove there is no effect, because absence of evidence is not evidence of absence.

Statistical significance simply means the p-value fell below a pre-chosen threshold called alpha, commonly 0.05. Think of alpha as the sensitivity dial on a smoke alarm. Too sensitive and you get false alarms from burnt toast, a Type I error (false positive). Too dull and you miss a real fire, a Type II error (false negative). The 0.05 line is a convention popularized by Ronald Fisher, not a law of nature.

Effect is really thereNo real effect
Test says “yes”CorrectType I error (false positive)
Test says “no”Type II error (false negative)Correct

And here is the trap that fools careful people: confusing statistical with practical significance. Test a diet pill on a million people and it might make you lose 0.1 kg with p below 0.001. The effect is “real” and “significant,” and completely useless. Significance tells you an effect probably is not zero. It does not tell you the effect is big enough to care about. That is what effect size measures, and it is the number you should look at first.

How to use this

You do not need formulas to think better under uncertainty. You need a few habits:

  1. Plot the data and look at its shape before trusting any single number. Skew and bimodality hide inside innocent-looking averages.
  2. Start from the base rate. Before reacting to any test, alarm, or surprising result, ask “how common was this before the evidence arrived?” A scary positive against a rare condition is usually a false alarm.
  3. Update in proportion to the evidence. Do not lurch from “no way” to “definitely.” Begin at the base rate, then move a sensible amount.
  4. Distrust streaks. With independent events, you are never “due.” Treat hot-hand and gambler’s reasoning as red flags.
  5. Question the sample, not just the size. Ask who got left out. A huge biased sample is still wrong.
  6. Report ranges, not points; effect sizes, not just significance. “How big is it, and does it matter?” comes before “is it significant?”
  7. Decide your hypothesis and sample size before you look at the data, so you cannot fish around for a flattering result.

Conclusion

If you remember one move from all of this, make it Bayesian updating: your new belief is your old belief, adjusted by how strong the evidence is. That single sentence quietly dissolves false alarms, gambler’s fallacies, and overreactions to one dramatic result. Uncertainty is not a flaw to be ashamed of. It is a quantity to measure and reason with.

There is a tempting next step that trips up even sharp thinkers. Once you can read distributions and weigh evidence, you start spotting patterns between things: ice cream sales and drownings, coffee and lifespan, screen time and grades. But a pattern between two variables is not proof that one causes the other, and the gap between correlation and causation is where some of the most expensive mistakes in business, medicine, and policy are made. That is exactly where the trail leads next.

Frequently asked questions

What is Bayesian thinking in simple terms?

Bayesian thinking means starting from how common something is (the base rate), then nudging that belief up or down as new evidence arrives. Your new belief is your old belief, adjusted by how strong the evidence is.

Why can a positive medical test still mean I'm probably healthy?

If a disease is rare, the huge healthy group produces many more false positives than the tiny sick group produces true positives. So a single positive result is often more likely to be a false alarm than a real case.

What is the base rate fallacy?

It is ignoring how common something is before weighing new evidence. People judge a positive test by its accuracy alone and forget that a rare condition makes most positives false alarms.

What does a p-value actually mean?

A p-value is the chance of seeing data at least this extreme if there were truly no effect. It is not the probability that your hypothesis is true, and it does not tell you whether the effect is large or important.

What is the difference between statistical and practical significance?

Statistical significance says an effect probably is not exactly zero. Practical significance asks whether the effect is big enough to matter. A result can be statistically significant yet far too small to care about.

Does a bigger sample fix a biased survey?

No. A bigger sample reduces random noise but cannot fix bias. A huge biased sample is still wrong, just more confidently wrong, as the 1936 Literary Digest poll famously proved.

Continue reading

Related topics