- 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.
- Web程序設計及應用
- SoapUI Cookbook
- C# 從入門到項目實踐(超值版)
- Python Deep Learning
- Python:Master the Art of Design Patterns
- Building Android UIs with Custom Views
- AutoCAD 2009實訓指導
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- 編程可以很簡單
- C陷阱與缺陷
- 愛上C語言:C KISS
- VMware vSphere 5.5 Cookbook
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發
- Implementing NetScaler VPX?(Second Edition)
- Learning Ext JS(Fourth Edition)