- 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?
推薦閱讀
- 云原生Spring實戰(zhàn)
- Learning Firefox OS Application Development
- 劍指MySQL:架構、調(diào)優(yōu)與運維
- Java Web程序設計任務教程
- 劍指Java:核心原理與應用實踐
- 從零開始學Linux編程
- 軟件測試綜合技術
- Django 5企業(yè)級Web應用開發(fā)實戰(zhàn)(視頻教學版)
- Practical Predictive Analytics
- Apache Solr PHP Integration
- Visual Basic程序設計基礎
- Test-Driven iOS Development with Swift
- Python數(shù)據(jù)預處理技術與實踐
- CryENGINE Game Programming with C++,C#,and Lua
- Mastering Node.js