- Training Systems Using Python Statistical Modeling
- Curtis Miller
- 216字
- 2021-06-24 14:20:46
How Bayesian analysis works
I assume that we are interested in the value of a parameter, such as the mean or proportion. We start by giving this parameter a prior distribution quantifying our beliefs about where the parameter is located, based on what we believe about it before collecting data. There are lots of ways to pick the prior; for example, we could pick an uninformative prior that says little about a parameter's value. Alternatively, we could use a prior that gives beliefs based on, say, previous studies, therefore biasing the value of the parameter to these values.
Then, we collect data and use it to compute the posterior distribution of the parameter, which is our updated belief about its location after seeing new evidence. This posterior distribution is then used to answer all our questions about the parameter's location. Note that the posterior distribution will answer all questions with probabilities. This means that we don't say whether the parameter is in a particular region or not, but the probability that it is located in that region instead. In general, the posterior distribution is difficult to compute. Often, we need to rely on computationally intensive methods such as Monte Carlo simulation to estimate posterior quantities. So, let's examine a very simple example of Bayesian analysis.
- 企業級Java EE架構設計精深實踐
- 算法零基礎一本通(Python版)
- Mastering Python Scripting for System Administrators
- Mastering Scientific Computing with R
- Learning Python Design Patterns
- Learning Modular Java Programming
- Django實戰:Python Web典型模塊與項目開發
- Django 3.0應用開發詳解
- Lift Application Development Cookbook
- Learning VMware vSphere
- 算法秘籍
- HTML5與CSS3權威指南
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- Python滲透測試編程技術:方法與實踐(第2版)
- Microsoft XNA 4.0 Game Development Cookbook