Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Possible Duplicate:
Binomial confidence interval estimation - why is it not symmetric?

Are confidence intervals always symmetrical around the point estimate?

share|improve this question
This question is readily answered by a quick internet search on "confidence interval." For instance, Wikipedia links to en.wikipedia.org/wiki/Binomial_proportion_confidence_interval where non-symmetrical intervals are exhibited. A quick search on this site immediately answers the question. – whuber Oct 5 '11 at 21:59

marked as duplicate by whuber Oct 5 '11 at 22:02

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Short Answer: No

Long Answer: It depends.

A confidence interval obtained from an analytical technique (a formula) will be symmetrical around the point estimate on a particular scale. For example, Hazard Ratios, Risk Ratios and Odds Ratios are symmetrical around the point estimate on the natural log scale. They aren't necessarily on other scales, which is often while you see them graphed on the log scale.

Confidence intervals obtained by other techniques, like bootstrapping, simulation, or credible intervals in Bayesian analysis, often are, but need not be.

share|improve this answer

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