I got the posterior distribution of a parameter from Bayesian analysis. I want to express it as confidence interval. If I plot the empirical cumulative distribution function of the parameter and obtain the 95% interval, will it represent the 95% confidence interval?
Asked
Active
Viewed 722 times
0
-
6Why not just use the 95% credible interval? The interpretability is often considered more straight forward. The Bayesian credible interval is based on the probability of the parameters given the data. The frequentist confidence interval is based on the probability of the data given some parameters. Here is some discussion of the difference, https://stats.stackexchange.com/questions/2272/whats-the-difference-between-a-confidence-interval-and-a-credible-interval. – OliverFishCode Mar 03 '19 at 21:08
-
2Why would you do this? This is like having a business class ticket and asking how you can downgrade to economy for free. – conjectures Mar 11 '20 at 08:35
-
Is this a case of a boss/manager/professor asking you for the 95% confidence interval because that's what she always likes to see around a parameter estimate? – Dave Mar 11 '20 at 10:45
1 Answers
-3
No, an X% confidence interval is one where the true value falls within it X% of the time. So a Bayesian credible region can represent a confidence interval only when the frequency coverage matches. It doesn't have to, because the prior can shift the profiles. Best way to check is via simulations.

guest
- 1
-
No, a confidence interval is not one where the true value falls within it X% of the time, that is a Bayesian credible interval. See https://stats.stackexchange.com/questions/26450/why-does-a-95-confidence-interval-ci-not-imply-a-95-chance-of-containing-the/26457#26457 – Dikran Marsupial Mar 11 '20 at 08:15