- 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?
推薦閱讀
- Python快樂編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- Python量化投資指南:基礎(chǔ)、數(shù)據(jù)與實(shí)戰(zhàn)
- Python零基礎(chǔ)快樂學(xué)習(xí)之旅(K12實(shí)戰(zhàn)訓(xùn)練)
- Mastering LibGDX Game Development
- KnockoutJS Starter
- Hands-On Functional Programming with TypeScript
- Mastering React
- Python從入門到精通
- Java零基礎(chǔ)實(shí)戰(zhàn)
- Learning Hadoop 2
- Emgu CV Essentials
- Beginning C++ Game Programming
- Building Dynamics CRM 2015 Dashboards with Power BI
- SQL Server實(shí)例教程(2008版)
- PHP+MySQL Web應(yīng)用開發(fā)教程