- Training Systems Using Python Statistical Modeling
- Curtis Miller
- 289字
- 2021-06-24 14:20:47
Credible intervals for proportions
Bayesian statistics doesn't use confidence intervals but credible intervals instead. We specify a probability, and that will be the probability that the parameter of interest lies in the credible interval. For example, there's a 95% chance that θ lies in its 95% credible interval. We compute credible intervals by computing the quantiles from the posterior distribution of the parameter, so that the chosen proportion of the posterior distribution lies between these two quantiles.
So, I've already gone ahead and written a function that will compute credible intervals for you. You give this function the number of successes, the total sample size, the first argument of the prior and the second argument of the prior, and the credibility (or chance of containing θ) of the interval. You can see the entire function as follows:

So, here is the function; I've already written it so that it works for you. We can use this function to compute credible intervals for our data.
So, we have a 95% credible interval based on the uninformative prior, as follows:

Therefore, we believe that θ will be between 25% and 30%, with a 95% probability.
The next one is the same interval when we have a different prior—that is, the one that we actually used before and is the one that we plotted:

The data hasn't changed very much, but still, this is going to be our credible interval.
The last one is the credible interval when we increase the level of credibility to .99 or the probability of containing the true parameter:

Since this probability is higher, this must be a longer interval, which is exactly what we see, although it's not that much longer.
- Mastering QGIS
- BeagleBone Media Center
- 趣學Python算法100例
- Learning Bayesian Models with R
- ADI DSP應用技術集錦
- Learning Data Mining with R
- INSTANT Adobe Edge Inspect Starter
- Canvas Cookbook
- QPanda量子計算編程
- Android移動應用開發項目教程
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- Visual Basic語言程序設計基礎(第3版)
- 快樂編程:青少年思維訓練
- Mastering OpenStack
- Using Yocto Project with BeagleBone Black