Skip to content

Commit d1854ac

Browse files
committed
[Reliability Bayesian pymc-devs#474] added text to link bootstrap prediction intervals with posterior predictive intervals
Signed-off-by: Nathaniel <[email protected]>
1 parent 2bf64cd commit d1854ac

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

examples/case_studies/reliability_and_calibrated_prediction.ipynb

+12-12
Large diffs are not rendered by default.

examples/case_studies/reliability_and_calibrated_prediction.myst.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ print("Upper Bound 95% PI:", binom(1700, rho).ppf(0.95))
10821082

10831083
### Applying the Same Procedure on the Bayesian Posterior
10841084

1085-
We'll use the posterior predictive distribution of the uniformative model. We show here how to derive the uncertainty in the estimates of the 95% prediction interval for the number of failures in a time interval.
1085+
We'll use the posterior predictive distribution of the uniformative model. We show here how to derive the uncertainty in the estimates of the 95% prediction interval for the number of failures in a time interval. As we saw above the MLE alternative to this procedure is to generate a predictive distribution from bootstrap sampling. The bootstrap procedure tends to agree with the plug-in procedure using the MLE estimates and lacks the flexibility of specifying prior information.
10861086

10871087
```{code-cell} ipython3
10881088
def PI_failures(joint_draws, lp, up, n_at_risk):

0 commit comments

Comments
 (0)