- Learning Bayesian Models with R
- Dr. Hari M. Koduvely
- 199字
- 2021-07-09 21:22:35
Exercises
- By using the definition of conditional probability, show that any multivariate joint distribution of N random variables
has the following trivial factorization:
- The bivariate normal distribution is given by:
Here:
By using the definition of conditional probability, show that the conditional distribution
can be written as a normal distribution of the form
where
and
.
- By using explicit integration of the expression in exercise 2, show that the marginalization of bivariate normal distribution will result in univariate normal distribution.
- In the following table, a dataset containing the measurements of petal and sepal sizes of 15 different Iris flowers are shown (taken from the Iris dataset, UCI machine learning dataset repository). All units are in cms:
Answer the following questions:
- What is the probability of finding flowers with a sepal length more than 5 cm and a sepal width less than 3 cm?
- What is the probability of finding flowers with a petal length less than 1.5 cm; given that petal width is equal to 0.2 cm?
- What is the probability of finding flowers with a sepal length less than 6 cm and a petal width less than 1.5 cm; given that the class of the flower is Iris-versicolor?
推薦閱讀
- The DevOps 2.3 Toolkit
- C#完全自學(xué)教程
- Visual C++實(shí)例精通
- Spring Cloud、Nginx高并發(fā)核心編程
- Reactive Programming With Java 9
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- Mathematica Data Analysis
- Android系統(tǒng)原理及開(kāi)發(fā)要點(diǎn)詳解
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- Kubernetes源碼剖析
- Java EE 7 with GlassFish 4 Application Server
- Mobile Forensics:Advanced Investigative Strategies
- Python物理建模初學(xué)者指南(第2版)
- Java程序設(shè)計(jì)
- 絕密原型檔案:看看專業(yè)產(chǎn)品經(jīng)理的原型是什么樣