[Probability] Conditional probabilities are probabilities

When we condition on an event E, we update our beliefs to be consistent with this knowledge, effectively putting ourselves in a universe where we know that E occurred. Within our new universe, however, the laws of probability operate just as before. Conditional probability satisfies all the properties of probability! 

Notice: When we write P(A|E), it does not mean that A|E is an event and we’re taking its probability; A|E is not an event. Rather, P(·|E) is a probability function which assigns probabilities in accordance with the knowledge that E has occurred, and P(·) is a different probability function which assigns probabilities without regard for whether E has occurred or not. When we take an event A and plug it into the P(·) function, we’ll get a number, P(A); when we plug it into the P(·|E) function, we’ll get another number, P(A|E), which incorporates the information (if any) provided by knowing that E occurred.

Conversely, all probabilities can be thought of as conditional probabilities: whenever we make a probability statement, there is always some background information that we are conditioning on, even if we don’t state it explicitly.

To summarize our discussion in a nutshell:

Conditional probabilities are probabilities, and all probabilities are conditional.

 (Unanimous agreement) 一致同意

There are n judges deciding a case. The suspect has prior probability p of being guilty. Each judge votes whether to convict or acquit the suspect. With probability s, a systemic error occurs (e.g., the defense is incompetent). If a systemic error occurs, then the judges unanimously vote to convict (i.e., all n judges vote to convict). Whether a systemic error occurs is independent of whether the suspect is guilty. Given that a systemic error doesn’t occur and that the suspect is guilty, each judge has probability c of voting to convict, independently. Given that a systemic error doesn’t occur and that the suspect is not guilty, each judge has probability w of voting to convict, independently. Suppose that  0 < p < 1, 0 < s < 1, and\ 0 < w <\frac{1}{2}< c < 1.

(a) For this part only, suppose that exactly k out of n judges vote to convict, where k < n. Given this information, find the probability that the suspect is guilty

(b) Now suppose that all n judges vote to convict. Given this information, find the probability that the suspect is guilty.

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-25 17:32:04       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-25 17:32:04       101 阅读
  3. 在Django里面运行非项目文件

    2024-01-25 17:32:04       82 阅读
  4. Python语言-面向对象

    2024-01-25 17:32:04       91 阅读

热门阅读

  1. redis漏洞研究

    2024-01-25 17:32:04       61 阅读
  2. 用Python画出漂亮的地图

    2024-01-25 17:32:04       56 阅读
  3. HTML 高级进阶试题——附答案

    2024-01-25 17:32:04       57 阅读
  4. 大模型学习笔记10——大模型法律与环境影响

    2024-01-25 17:32:04       57 阅读
  5. go语言模板处理包text/template详解

    2024-01-25 17:32:04       58 阅读
  6. 数据结构_小题-1.24

    2024-01-25 17:32:04       54 阅读
  7. ASP.NET Core 中使用 WebSocket 协议进行实时通信

    2024-01-25 17:32:04       41 阅读
  8. C语言逻辑符号与数学逻辑符号的联系

    2024-01-25 17:32:04       66 阅读
  9. 使用 sorted set 实现令牌桶限流

    2024-01-25 17:32:04       63 阅读