The Vocabulary of Bayes

Like many ideas, Bayes' Theorem introduces a new vocabulary and some adapted vocabulary. The new vocabulary consists of three terms

  • Prior probability - The probability that a hypothesis is true before we've seen any data.
  • Likelihood - The degree to which a hypothesis is true given that some data is observed.
  • Posterior Probability - The probability that a hypothesis is true after we've seen the data.

These definitions introduce our adapted vocabulary

  • Data - What we actually observe.
  • Hypothesis - Something which may or may not be true.
  • Model - A mechanism that we posit to generate the data we see.

Bayes' theorem can now be expressed as:

The conditional probability that the hypothesis given that the data is true equals the product of the probability of the hypothesis independent of the data and the likelihood of the data being true given that the hypothesis is true all divided by the probability of the data under any hypotheses.

Seems simple, right? It is. The difficulty is, of course, is assigning the (appropriate) numbers to the prior probability, the likelihood, and the evidence (the denominator in Bayes' theorem). In some situations, we can assign specific numbers or distributions to these values and perform the calculation "by hand." In most real world situations, we cannot calculate these values but must use a computer to help us.

But we'll discuss that problem in future.

要查看或添加评论,请登录

Larry Jones的更多文章

  • Estimating Proportions - Again

    Estimating Proportions - Again

    I was not particularly happy with my post yesterday Think Bayes Estimating Proportions. My goal is to make these posts…

  • Think Bayes Estimating Proportions

    Think Bayes Estimating Proportions

    Over the next several days, I will be using examples from the book, "Think Bayes: Bayesian Statistics in Python" by…

  • A Diversion from E. T. Jaynes

    A Diversion from E. T. Jaynes

    Yes. I said it was time to move onto other applications of Bayes' theorem.

  • Alternatives to the Monty Hall Problem

    Alternatives to the Monty Hall Problem

    In my previous two posts, I introduced the Monty Hall Problem and then presented the (a) solution. Introducing the…

  • Solving the Monty Hall Problem

    Solving the Monty Hall Problem

    In my previous post, [Introducing the Monty Hall Problem](https://www.linkedin.

  • Introducing the Monty Hall Problem

    Introducing the Monty Hall Problem

    Theoretically, Bayes' Theorem is sufficient to determine one set of conditional probabilities from other probabilities…

  • The Basics of Bayes' Theorem

    The Basics of Bayes' Theorem

    I'd like to introduce you to the "basics" of Bayes' theorem. The basics are very simple (well, at least for the…

    1 条评论
  • 70% True and 30% False - An Introduction

    70% True and 30% False - An Introduction

    Much of my education (a Masters degree in Physics) and my career has focused on finding "the answer" to problems…

    1 条评论

社区洞察

其他会员也浏览了