Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

As far as I know, if a confidence interval of a parameter covers 0, then this parameter is said to be statistically insignificant at this level. I am wondering whether this is the case for a Bayesian interval. In other words, if a Bayesian interval of a parameter covers 0, then can this parameter said to be statistically insignificant?

share|improve this question
This should be migrated to stats.stackexchange.com – Dualinity Jan 13 at 0:09
P.S. don't use "significance" in the Bayesian framework (I see fanatics coming your way). Also, the Bayesian framework speaks of "credibility intervals". Searching for that might help you out. – Dualinity Jan 13 at 0:10
Am I allowed to do that? If so, how? – Edo Jan 13 at 0:11
It will be migrated soon I suppose. – Dualinity Jan 13 at 0:12

1 Answer

In a Bayesian framework, you talk about posterior probabilities rather than significance. So if an equal-tailed interval for a parameter is centred around positive values but still covers 0, then you can say there's over a 2.5% probability that the parameter isn't actually positive.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.