Learn Before
Relation
Intervals of Defined Mass
- Commonly seen in scientific journals as confidence intervals
- Best approach = use samples from the posterior
Example - Find the boundaries of the lower 80% posterior probability:
quantile(samples, 0.8) 80% 0.7607608 # 80% of the posterior prob lies between 0 and 0.76
- The result reports two parameter values that contain between them a specified amount of posterior probability
- This type of interval assigns equal probability mass to each tail is known as a percentile interval (PI)
- Highest Posterior Density Interval (HPDI) – finds the boundaries by using the narrowest interval containing the specified probability mass.
0
1
Updated 2021-07-06
Tags
Bayesian Statistics
Statistics
Data Science