- Learning Bayesian Models with R
- Dr. Hari M. Koduvely
- 216字
- 2021-07-09 21:22:34
Conditional probability
Often, one would be interested in finding the probability of the occurrence of a set of random variables when other random variables in the problem are held fixed. As an example of population health study, one would be interested in finding what is the probability of a person, in the age range 40-50, developing heart disease with high blood pressure and diabetes. Questions such as these can be modeled using conditional probability, which is defined as the probability of an event, given that another event has happened. More formally, if we take the variables A and B, this definition can be rewritten as follows:

Similarly:

The following Venn diagram explains the concept more clearly:

In Bayesian inference, we are interested in conditional probabilities corresponding to multivariate distributions. If denotes the entire random variable set, then the conditional probability of
, given that
is fixed at some value, is given by the ratio of joint probability of
and joint probability of
:

In the case of two-dimensional normal distribution, the conditional probability of interest is as follows:

It can be shown that (exercise 2 in the Exercises section of this chapter) the RHS can be simplified, resulting in an expression for in the form of a normal distribution again with the mean
and variance
.
- Advanced Quantitative Finance with C++
- Visual C++程序設計教程
- Instant Testing with CasperJS
- GraphQL學習指南
- Docker技術入門與實戰(第3版)
- Flux Architecture
- Elasticsearch for Hadoop
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Mastering Elixir
- 計算機應用技能實訓教程
- 算法秘籍
- MySQL數據庫應用實戰教程(慕課版)
- 嵌入式Linux與物聯網軟件開發:C語言內核深度解析