- Training Systems Using Python Statistical Modeling
- Curtis Miller
- 107字
- 2021-06-24 14:20:49
Bayesian hypothesis testing for means
Hypothesis testing is similar, in principle, to what we have done previously; only now, we are using the marginal distribution of the mean from the posterior distribution. We compute the probability that the mean lies in the region corresponding to the hypothesis being true.
So, now, you want to test whether the true mean is less than 1,000 Ω. To do this, we get the parameters of the posterior distribution, and then feed these to the pnig_mu_marg() function:

We end up with a probability that is almost 1. It is all but certain that the resistors are not properly calibrated.
推薦閱讀
- 密碼學原理與Java實現
- R語言經典實例(原書第2版)
- Learning Linux Binary Analysis
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- SQL經典實例(第2版)
- Building Android UIs with Custom Views
- Python+Tableau數據可視化之美
- 大學計算機基礎實訓教程
- MongoDB Administrator’s Guide
- Kohana 3.0 Beginner's Guide
- HTML5程序設計基礎教程
- 數據庫技術及應用教程上機指導與習題(第2版)
- MATLAB計算機視覺實戰
- JavaScript全棧開發
- HTML5+CSS3+JavaScript案例實戰