{{Short description|Range to estimate an unknown parameter}} {{Expert needed|statistics|date=April 2025|reason= This article may be too technical for most readers to understand }}

thumb|upright=1.3|Each row of points is a sample from the same normal distribution. The colored lines are 50% confidence intervals for the population mean ''μ''. At the center of each interval is the sample mean <math display="inline">\bar{x}</math>, marked with a diamond. The blue intervals contain ''μ'', and the red ones do not.

According to frequentist inference, a '''confidence interval''' ('''CI''') is a range of values which is likely to contain (in repeated sampling) the true value of an unknown statistical parameter, such as a population mean.<ref name="using_confidently">{{cite journal | doi=10.21037/jtd.2017.09.14 | doi-access=free | title=Using the confidence interval confidently | date=2017 | last1=Hazra | first1=Avijit | journal=Journal of Thoracic Disease | volume=9 | issue=10 | pages=4124–4129 | pmid=29268424 | pmc=5723800 }}</ref> Rather than reporting a single point estimate (e.g. "the average screen time is 3 hours per day"), a confidence interval provides a range, such as 2 to 4 hours, along with a specified '''confidence level''', typically 95%.

A 95% confidence level does not imply a 95% probability that the true parameter lies within a particular calculated interval, which is instead associated with the credible interval in Bayesian inference. The confidence level instead reflects the long-run reliability of the method used to generate the interval.<ref name="Dekking" /><ref>{{Cite web |title=Confidence Intervals |url=http://www.stat.yale.edu/Courses/1997-98/101/confint.htm |website=Yale Department of Statistics |access-date=2025-04-05}}</ref> In other words, if the same sampling procedure were repeated 100 times from the same population, approximately 95 of the resulting intervals would be expected to contain the true population mean. The frequentist approach sees the true population mean as a fixed unknown constant, while the confidence interval is calculated using data from a random sample. Because the sample is random, the interval endpoints are random variables.

== Definition == Let <math>X</math> be a random sample from a probability distribution with statistical parameter <math>(\theta, \varphi)</math>. Here, <math>\theta</math> is the quantity to be estimated, while <math>\varphi</math> includes other parameters (if any) that determine the distribution. A confidence interval for the parameter <math>\theta</math>, with confidence level or coefficient <math>\gamma</math>, is an interval <math>(u(X), v(X))</math> determined by random variables <math>u(X)</math> and <math>v(X)</math> with the property: <math display="block">P(u(X) < \theta < v(X)) = \gamma \quad \text{for all }(\theta, \varphi).</math>

The number <math>\gamma</math>, which is typically large (e.g. 0.95), is sometimes given in the form <math>1 - \alpha</math> (or as a percentage <math>100%\cdot(1 - \alpha)</math>), where <math>\alpha</math> is a small positive number, often 0.05. It means that the interval <math display="inline">(u(X), v(X))</math> has a probability <math display="inline">\gamma</math> of covering the value of <math display="inline">\theta</math> in repeated sampling.

In many applications, confidence intervals that have exactly the required confidence level are hard to construct, but approximate intervals can be computed. The rule for constructing the interval may be accepted if

<math display="block">P(u(X) < \theta<v(X)) \approx\ \gamma</math>

to an acceptable level of approximation. Alternatively, some authors<ref>{{cite book |first=George G. |last=Roussas |year=1997 |title=A Course in Mathematical Statistics |edition=2nd |publisher=Academic Press |page=397}}</ref> simply require that

<math display="block">P(u(X) < \theta < v(X)) \ge\ \gamma</math> When it is known that the coverage probability can be strictly larger than <math>\gamma</math> for some parameter values, the confidence interval is called conservative, i.e., it errs on the safe side; which also means that the interval can be wider than need be. === Methods of derivation === There are many ways of calculating confidence intervals, and the best method depends on the situation. Two widely applicable methods are bootstrapping and the central limit theorem.<ref name="Dekking">{{Cite journal |last1=Dekking |first1=Frederik Michel |last2=Kraaikamp |first2=Cornelis |last3=Lopuhaä |first3=Hendrik Paul |last4=Meester |first4=Ludolf Erwin |date=2005 |title=A Modern Introduction to Probability and Statistics |url=https://link.springer.com/book/10.1007/1-84628-168-7 |journal=Springer Texts in Statistics |language=en-gb |doi=10.1007/1-84628-168-7 |isbn=978-1-85233-896-1 |issn=1431-875X|url-access=subscription }}</ref> The latter method works only if the sample is large, since it entails calculating the sample mean <math>\bar{X}</math> and sample standard deviation <math>S</math> and using the asymptotically standard normal quantity

<math display="block">\frac{\bar{X} - \mu}{S / \sqrt{n}}</math>

where <math display="inline">\mu</math> and <math>n</math> are the population mean and the sample size, respectively.

== Example == [[File:Confidenceinterval.svg|thumb|200px|In this bar chart, the top ends of the brown bars indicate observed means and the red line segments ("error bars") represent the confidence intervals around them. Although the error bars are shown as symmetric around the means, that is not always the case. In most graphs, the error bars do not represent confidence intervals (e.g., they often represent standard errors or standard deviations).]]

Suppose <math>X_1, \ldots, X_n</math> is an independent sample from a normally distributed population with unknown parameters mean <math>\mu</math> and variance <math>\sigma^2.</math> Define the sample mean <math>\bar{X}</math> and unbiased sample variance <math>S^2</math> as

<math display="block">\begin{align} \bar{X} &= \frac{1}{n} \left(X_1 + \cdots + X_n\right), \\ S^2 &= \frac{1}{n-1}\sum_{i=1}^n \left(X_i - \bar{X}\right)^2. \end{align}</math>

Then the value

<math display="block">T = \frac{\bar{X} - \mu}{S/\sqrt{n}}</math>

has a Student's ''t'' distribution with <math display="inline">n - 1</math> degrees of freedom.<ref>Rees, D.G. (2001). ''Essential Statistics'', 4th Edition, Chapman and Hall/CRC. {{isbn|1-58488-007-4}} (Section 9.5)</ref> This value is useful because its distribution does not depend on the values of the unobservable parameters <math display="inline">\mu</math> and <math display="inline">\sigma^2</math>; i.e., it is a pivotal quantity.

Suppose we wanted to calculate a 95% confidence interval for <math display="inline">\mu.</math> First, let <math display="inline">c</math> be the 97.5th percentile of the distribution of <math display="inline">T</math>. Then there is a 2.5% chance that <math display="inline">T</math> will be less than <math display="inline">-c</math> and a 2.5% chance that it will be larger than <math display="inline">+c</math> (as the ''t'' distribution is symmetric about 0). In other words,

<math display="block">P_T(-c \leq T \leq c) = 0.95.</math>

Consequently, by replacing <math display="inline">T</math> with <math>\frac{\bar{X} - \mu}{S/\sqrt{n}}</math> and re-arranging terms,

<math display="block">P_X {\left(\bar{X} - \frac{cS}{\sqrt{n}} \leq \mu \leq \bar{X} + \frac{cS}{\sqrt{n}}\right)} = 0.95</math>

where <math>P_X</math> is the probability measure for the sample <math>X_1, \ldots, X_n</math>.

It means that there is 95% probability with which this condition <math>\bar{X} - \frac{{cS}}{{\sqrt{n}}} \leq \mu \leq \bar{X} + \frac{{cS}}{{\sqrt{n}}}</math> occurs in repeated sampling. After observing a sample, we find values <math>\bar{x}</math> for <math>\bar{X}</math> and <math>s</math> for <math>S,</math> from which we compute the below interval, and we say it is a 95% confidence interval for the mean.

<math display="block">\left[\bar{x} - \frac{cs}{\sqrt{n}}, \bar{x} + \frac{cs}{\sqrt{n}}\right].</math>

== Interpretation == Various interpretations of a confidence interval can be given (taking the 95% confidence interval as an example in the following). * The confidence interval can be expressed in terms of a long-run frequency in repeated samples (or in resampling): "Were this procedure to be repeated on numerous samples, the proportion of calculated 95% confidence intervals that encompassed the true value of the population parameter would tend toward 95%."<ref name="CH" /> * The confidence interval can be expressed in terms of probability with respect to a single theoretical (yet to be realized) sample: "There is a 95% probability that the 95% confidence interval calculated from a given future sample will cover the true value of the population parameter."<ref name="Neyman" /> This essentially reframes the "repeated samples" interpretation as a probability rather than a frequency. * The confidence interval can be expressed in terms of statistical significance, e.g.: "The 95% confidence interval represents values that are not statistically significantly different from the point estimate at the .05 level."<ref>Cox D.R., Hinkley D.V. (1974) Theoretical Statistics, Chapman & Hall, pp. 214, 225, 233</ref> thumb|Interpretation of the 95% confidence interval in terms of statistical significance|369x369px|center

=== Common misunderstandings === thumb|A plot of 50 confidence intervals from 50 samples generated from a normal distribution Confidence intervals and levels are frequently misunderstood, and published studies have shown that even professional scientists often misinterpret them.<ref>Hoekstra, R., R. D. Morey, J. N. Rouder, and E-J. Wagenmakers, 2014. Robust misinterpretation of confidence intervals. Psychonomic Bulletin & Review Vol. 21, No. 5, pp. 1157-1164. [http://www.ejwagenmakers.com/inpress/HoekstraEtAlPBR.pdf]</ref>

Contrary to common misconceptions, a 95% confidence level does ''not'' mean that: * for a given realized interval there is a 95% probability that the population parameter lies within the interval;<ref name="Morey" /><ref name=":2"/> * 95% of the sample data lie within the confidence interval;<ref name="using_confidently"/> or * there is a 95% probability of the parameter estimate from a repeat of the experiment falling within the confidence interval computed from a given experiment.<ref name=":2">{{Cite journal |last1=Greenland |first1=Sander |last2=Senn |first2=Stephen J. |last3=Rothman |first3=Kenneth J. |last4=Carlin |first4=John B. |last5=Poole |first5=Charles |last6=Goodman |first6=Steven N. |last7=Altman |first7=Douglas G. |date=April 2016 |title=Statistical tests, P values, confidence intervals, and power: a guide to misinterpretations |journal=European Journal of Epidemiology |volume=31 |issue=4 |pages=337–350 |doi=10.1007/s10654-016-0149-3 |issn=0393-2990 |pmc=4877414 |pmid=27209009}}</ref>

For example, suppose a factory produces metal rods, and a random sample of 25 rods gives a 95% confidence interval of 36.8 to 39.0&nbsp;mm for the population mean length.<ref name="Tan">{{Cite journal |last1=Tan |first1=Sze Huey |last2=Tan |first2=Say Beng |date=2010-09-01 |title=The Correct Interpretation of Confidence Intervals |journal=Proceedings of Singapore Healthcare |language=EN |volume=19 |issue=3 |pages=276–278 |doi=10.1177/201010581001900316 |issn=2010-1058|doi-access=free }}</ref> * It is incorrect to say that there is a 95% probability that the true population mean lies within this interval: the true mean is fixed, not random. The true mean could be 37&nbsp;mm, which is within the confidence interval, or 40&nbsp;mm, which is not; in any case, whether it falls between 36.8 and 39.0&nbsp;mm is a matter of fact, not probability. * It is not necessarily true that the lengths of 95% of the sampled rods lie within this interval. In this case, it cannot be true: 95% of 25 is not an integer. * It is not generally true that there is a 95% probability that the sample mean length (an estimate of the population mean length) in a second sample would fall within this interval. In fact, if the true mean length is far from this specific confidence interval, it could be very unlikely that the next sample mean falls within the interval. Instead, the 95% confidence level means that if we took 100 such samples, we would expect the true population mean to lie within approximately 95 of the calculated intervals.<!-- refs justifying the conclusions; WP:SCG --><ref name="using_confidently"/><ref name="Morey" /><ref name=":2"/><ref name="Tan"/>

=== Comparison with prediction intervals === A confidence interval is used to estimate a population parameter, such as the mean. For example, the expected value of a fair six-sided die is 3.5. Based on repeated sampling, after computing many 95% confidence intervals, roughly 95% of them will contain 3.5 (and the width of the confidence interval shrinks with sample size).

A prediction interval, on the other hand, provides a range within which a future individual observation is expected to fall with a certain probability. In the case of a single roll of a fair six-sided die, an exact 95% prediction interval does not exist. However, there are exact 95% prediction intervals for rolling a twenty-sided die. One such interval is <math>[1, 19]</math>, since 95% of the time the roll will result in a 19 or less, and the remaining 5% will result in a 20.

The key distinction is that confidence intervals quantify uncertainty in estimating parameters, while prediction intervals quantify uncertainty in forecasting future observations.

=== Comparison with credible intervals === In many common settings, such as estimating the mean of a normal distribution with known variance,<ref>{{Cite book |last=Bolstad |first=William M. |url=https://www.worldcat.org/title/122338165 |title=Introduction to Bayesian statistics |date=2007 |publisher=John Wiley |isbn=978-0-470-14115-1 |edition=2nd |location=Hoboken, N.J |pages=223–236 |oclc=122338165}}</ref> confidence intervals coincide with credible intervals under non-informative priors. In such cases, common misconceptions about confidence intervals (e.g. interpreting them as probability statements about the parameter) may yield practically correct conclusions.

=== Examples of how naïve interpretation of confidence intervals can be problematic ===

==== Confidence procedure for uniform location ==== thumb|Ten examples of the 50% Welch and Bayesian intervals are shown in contrasting white and gray rows. The examples are sorted top-to-bottom by decreasing distance between <math>X_1</math> and <math>X_2</math>. Welch<ref>{{cite journal |last= Welch|first=B. L. |date= 1939|title= On Confidence Limits and Sufficiency, with Particular Reference to Parameters of Location|jstor= 2235987 |journal= The Annals of Mathematical Statistics|volume= 10|issue= 1|pages= 58–69| doi= 10.1214/aoms/1177732246|doi-access= free}}</ref> presented an example which clearly shows the difference between the theory of confidence intervals and other theories of interval estimation (including Fisher's fiducial intervals and objective Bayesian intervals). Robinson<ref>{{cite journal |last= Robinson|first=G. K. |date= 1975|title= Some Counterexamples to the Theory of Confidence Intervals|jstor= 2334498 |journal= Biometrika|volume= 62| issue= 1|pages= 155–161|doi=10.2307/2334498}}</ref> called this example "[p]ossibly the best known counterexample for Neyman's version of confidence interval theory." To Welch, it showed the superiority of confidence interval theory; to critics of the theory, it shows a deficiency. Here we present a simplified version.

Suppose that <math>X_1,X_2</math> are independent observations from a uniform <math>(\theta - 1/2, \theta + 1/2)</math> distribution. Then the optimal 50% confidence procedure for <math>\theta</math> is<ref>{{cite journal |last= Pratt|first=J. W. |date= 1961| title= Book Review: Testing Statistical Hypotheses. by E. L. Lehmann|jstor= 2282344 |journal= Journal of the American Statistical Association|volume= 56|issue= 293|pages= 163–167|doi= 10.1080/01621459.1961.10482103}}</ref>

<math display="block">\bar{X} \pm \begin{cases} \dfrac{|X_1-X_2|}{2} & \text{if } |X_1-X_2| < 1/2 \\[8pt] \dfrac{1-|X_1-X_2|}{2} &\text{if } |X_1-X_2| \geq 1/2. \end{cases} </math>

A fiducial or objective Bayesian argument can be used to derive the interval estimate <math display="block">\bar{X} \pm \frac{1-|X_1-X_2|}{4},</math> which is also a 50% confidence procedure. Welch showed that the first confidence procedure dominates the second, according to desiderata from confidence interval theory; for every <math>\theta_1\neq\theta</math>, the probability that the first procedure contains <math>\theta_1</math> is ''less than or equal to'' the probability that the second procedure contains <math>\theta_1</math>. The average width of the intervals from the first procedure is less than that of the second. Hence, the first procedure is preferred under classical confidence interval theory.

However, when <math>|X_1-X_2| \geq 1/2</math>, intervals from the first procedure are ''guaranteed'' to contain the true value <math>\theta</math>: Therefore, the nominal 50% confidence coefficient is unrelated to the uncertainty we should have that a specific interval contains the true value. The second procedure does not have this property.

Moreover, when the first procedure generates a very short interval, this indicates that <math>X_1,X_2</math> are very close together and hence only offer the information in a single data point. Yet the first interval will exclude almost all reasonable values of the parameter due to its short width. The second procedure does not have this property.

The two counter-intuitive properties of the first procedure – 100% coverage when <math>X_1,X_2</math> are far apart and almost 0% coverage when <math>X_1,X_2</math> are close together – balance out to yield 50% coverage on average. However, despite the first procedure being optimal, its intervals offer neither an assessment of the precision of the estimate nor an assessment of the uncertainty one should have that the interval contains the true value.

This example is used to argue against naïve interpretations of confidence intervals. If a confidence procedure is asserted to have properties beyond that of the nominal coverage (such as relation to precision, or a relationship with Bayesian inference), those properties must be proved; they do not follow from the fact that a procedure is a confidence procedure.

==== Confidence procedure for ''ω''<sup>2</sup> ==== Steiger<ref>{{cite journal |last= Steiger|first=J. H. |date= 2004|title= Beyond the F test: Effect size confidence intervals and tests of close fit in the analysis of variance and contrast analysis|journal= Psychological Methods|volume= 9|issue= 2|pages= 164–182|doi= 10.1037/1082-989x.9.2.164|pmid=15137887 }}</ref> suggested a number of confidence procedures for common effect size measures in ANOVA. Morey et al.<ref name=Morey /> point out that several of these confidence procedures, including the one for ''ω''<sup>2</sup>, have the property that as the ''F'' statistic becomes increasingly small—indicating misfit with all possible values of ''ω''<sup>2</sup>—the confidence interval shrinks and can even contain only the single value ''ω''<sup>2</sup>&nbsp;=&nbsp;0; that is, the CI is infinitesimally narrow (this occurs when <math>p\geq1-\alpha/2</math> for a <math>100(1-\alpha)\%</math> CI).

This behavior is consistent with the relationship between the confidence procedure and significance testing: as ''F'' becomes so small that the group means are much closer together than we would expect by chance, a significance test might indicate rejection for most or all values of ''ω''<sup>2</sup>. Hence the interval will be very narrow or even empty (or, by a convention suggested by Steiger, containing only 0). However, this does ''not'' indicate that the estimate of ''ω''<sup>2</sup> is very precise. In a sense, it indicates the opposite: that the trustworthiness of the results themselves may be in doubt. This is contrary to the common interpretation of confidence intervals that they reveal the precision of the estimate.

== History == Methods for calculating confidence intervals for the binomial proportion appeared from the 1920s.<ref>Edwin B. Wilson (1927) Probable Inference, the Law of Succession, and Statistical Inference, Journal of the American Statistical Association, 22:158, 209-212, https://doi.org/10.1080/01621459.1927.10502953</ref><ref>C.J. Clopper, E.S. Pearson, The use of confidence or fiducial limits illustrated in the case of the binomial, Biometrika 26(4), 1934, pages 404–413, https://doi.org/10.1093/biomet/26.4.404</ref> The main ideas of confidence intervals in general were developed in the early 1930s,<ref name="Neyman1934">Neyman, J. (1934). On the Two Different Aspects of the Representative Method: The Method of Stratified Sampling and the Method of Purposive Selection. Journal of the Royal Statistical Society, 97(4), 558–625. https://doi.org/10.2307/2342192 (see Note I in the appendix)</ref><ref>J. Neyman (1935), Ann. Math. Statist. 6(3): 111-116 (September, 1935). https://doi.org/10.1214/aoms/1177732585</ref><ref name="Neyman1970">Neyman, J. (1970). A glance at some of my personal experiences in the process of research. In Scientists at Work: Festschrift in honour of Herman Wold. Edited by T. Dalenius, G. Karlsson, S. Malmquist. Almqvist & Wiksell, Stockholm. https://worldcat.org/en/title/195948</ref> and the first thorough and general account was given by Jerzy Neyman in 1937.<ref name="Neyman" />

Neyman described the development of the ideas as follows (reference numbers have been changed):<ref name="Neyman1970" />

<blockquote> [My work on confidence intervals] originated about 1930 from a simple question of Waclaw Pytkowski, then my student in Warsaw, engaged in an empirical study in farm economics. The question was: how to characterize non-dogmatically the precision of an estimated regression coefficient? ...

Pytkowski's monograph ... appeared in print in 1932.<ref>Pytkowski, W., The dependence of the income in small farms upon their area, the outlay and the capital invested in cows. (Polish, English summary) Bibliotaka Palawska, 1932.</ref> It so happened that, somewhat earlier, Fisher published his first paper<ref>{{cite journal | last1=Fisher | first1=R. A. | authorlink1=Ronald Fisher | date=1930 | title=Inverse Probability | journal=Mathematical Proceedings of the Cambridge Philosophical Society | volume=26 | issue=4 | pages=528–535 | doi=10.1017/S0305004100016297| bibcode=1930PCPS...26..528F | hdl=2440/15206 | hdl-access=free }}</ref> concerned with fiducial distributions and fiducial argument. Quite unexpectedly, while the conceptual framework of fiducial argument is entirely different from that of confidence intervals, the specific solutions of several particular problems coincided. Thus, in the first paper in which I presented the theory of confidence intervals, published in 1934,<ref name="Neyman1934" /> I recognized Fisher's priority for the idea that interval estimation is possible without any reference to Bayes' theorem and with the solution being independent from probabilities ''a priori''. At the same time I mildly suggested that Fisher's approach to the problem involved a minor misunderstanding. </blockquote>

In medical journals, confidence intervals were promoted in the 1970s but only became widely used in the 1980s.<ref>{{Cite journal|last=Altman|first=Douglas G.|date=1991|title=Statistics in medical journals: Developments in the 1980s|url=https://onlinelibrary.wiley.com/doi/abs/10.1002/sim.4780101206|journal=Statistics in Medicine|language=en|volume=10|issue=12|pages=1897–1913|doi=10.1002/sim.4780101206|pmid=1805317 |issn=1097-0258|url-access=subscription}}</ref> By 1988, medical journals were requiring the reporting of confidence intervals.<ref>{{Cite journal|last1=Gardner|first1=Martin J.|last2=Altman|first2=Douglas G.|date=1988|title=Estimating with confidence|url=https://doi.org/10.1136/bmj.296.6631.1210|journal=British Medical Journal|language=en|volume=296|issue=6631|pages=1210–1211|doi=10.1136/bmj.296.6631.1210 |pmid=3133015 |pmc=2545695 }}</ref>

== Confidence interval for specific distributions == * Confidence interval for binomial distribution * Confidence interval for exponent of the power law distribution * Confidence interval for mean of the exponential distribution * Confidence interval for mean of the Poisson distribution * Confidence intervals for mean and variance of the normal distribution (also here) * Confidence interval for the parameters of a simple linear regression *Confidence interval for the difference of means (based on data from a normal distributions, without assuming equal variances) *Confidence interval for the difference between two proportions == See also == *{{Annotated link|CLs upper limits (particle physics)}} *68–95–99.7 rule *Confidence band, an interval estimate for a curve *{{Annotated link|Confidence distribution}} *{{Annotated link|Confidence region}}, a higher dimensional generalization *{{Annotated link|Credence (statistics)}} *Credible interval, a Bayesian alternative for interval estimation *{{Annotated link|CDF-based nonparametric confidence interval|Cumulative distribution function-based nonparametric confidence interval}} *{{Annotated link|Error bar}} *{{Annotated link|Estimation statistics}} *Margin of error, the CI halfwidth *{{Annotated link|p-value}} *Prediction interval, an interval estimate for a random variable *Probable error *{{Annotated link|Robust confidence intervals}}

== References == {{Reflist|30em|refs=

<ref name=CH>Cox D.R., Hinkley D.V. (1974) ''Theoretical Statistics'', Chapman & Hall, p49, p209</ref>

<ref name=Morey>{{cite journal |last1= Morey|first1=R. D. |last2=Hoekstra|first2= R.|last3=Rouder|first3=J. N. | last4=Lee|first4=M. D.|last5=Wagenmakers|first5=E.-J.|date= 2016|title= The Fallacy of Placing Confidence in Confidence Intervals |journal= Psychonomic Bulletin & Review|volume= 23|issue= 1|pages= 103–123|doi= 10.3758/s13423-015-0947-8|pmid=26450628 |pmc=4742505 }}</ref>

<ref name=Neyman>{{cite journal | last1 = Neyman | first1 = J. | author-link = Jerzy Neyman | year = 1937 | title = Outline of a Theory of Statistical Estimation Based on the Classical Theory of Probability | jstor = 91337 | journal = Philosophical Transactions of the Royal Society A | volume = 236 | issue = 767| pages = 333–380 | doi=10.1098/rsta.1937.0005| bibcode = 1937RSPTA.236..333N | doi-access = free }}</ref>

<!-- The following references appeared in the reflist but were not used in the prior text. Please return them to the reflist once they have been correctly cited in the main article. <ref name=Mayo>Mayo, D. G. (1981) [http://www.phil.vt.edu/dmayo/PhilStatistics/In%20Defense%20of%20the%20Neyman-Pearson%20Theory%20of%20Confidence%20Intervals.pdf "In defence of the Neyman–Pearson theory of confidence intervals"], ''Philosophy of Science'', 48 (2), 269–280. {{JSTOR|187185}}</ref> <ref name="Jiang He">Jiang He, et al., ''Passive Smoking and the Risk of Coronary Heart Disease — A Meta-Analysis of Epidemiologic Studies'', N Engl J Med 1999; 340:920–926.</ref> --> }}

== Bibliography == {{refbegin}} {{divcol}} * {{springer|title=Confidence estimation|id=p/c024620}} * Fisher, R.A. (1956) ''Statistical Methods and Scientific Inference.'' Oliver and Boyd, Edinburgh. (See p.&nbsp;32.) * Freund, J.E. (1962) ''Mathematical Statistics'' Prentice Hall, Englewood Cliffs, NJ. (See pp.&nbsp;227–228.) * Hacking, I. (1965) ''Logic of Statistical Inference.'' Cambridge University Press, Cambridge. {{isbn|0-521-05165-7}} * Keeping, E.S. (1962) ''Introduction to Statistical Inference.'' D. Van Nostrand, Princeton, NJ. * {{cite journal | last1 = Kiefer | first1 = J. | author-link = Jack Kiefer (mathematician) | year = 1977 | title = Conditional Confidence Statements and Confidence Estimators (with discussion) | jstor = 2286460 | journal = Journal of the American Statistical Association | volume = 72 | issue = 360a| pages = 789–827 | doi=10.1080/01621459.1977.10479956}} * Mayo, D. G. (1981) [http://www.phil.vt.edu/dmayo/PhilStatistics/In%20Defense%20of%20the%20Neyman-Pearson%20Theory%20of%20Confidence%20Intervals.pdf "In defence of the Neyman–Pearson theory of confidence intervals"], ''Philosophy of Science'', 48 (2), 269–280. {{JSTOR|187185}}. * Mehta, S. (2014) ''Statistics Topics''. {{isbn|978-1-4992-7353-3}}. * {{cite journal|last1=Morey|first1=R. D.|last2=Hoekstra|first2=R.|last3=Rouder|first3=J. N.|last4=Lee|first4=M. D.|last5=Wagenmakers|first5=E.-J.|title=The fallacy of placing confidence in confidence intervals|journal=Psychonomic Bulletin & Review|volume=23|issue=1|year=2016|pages=103–123|doi=10.3758/s13423-015-0947-8|pmid=26450628|pmc=4742505}} * Neyman, J. (1937) [https://www.jstor.org/stable/91337 "Outline of a Theory of Statistical Estimation Based on the Classical Theory of Probability"] ''Philosophical Transactions of the Royal Society of London A,'' '''236''', 333–380. (Seminal work) * {{cite journal | last1 = Robinson | first1 = G.K. | year = 1975 | title = Some Counterexamples to the Theory of Confidence Intervals | jstor = 2334498 | journal = Biometrika | volume = 62 | issue = 1| pages = 155–161 | doi=10.1093/biomet/62.1.155}} * Savage, L. J. (1962), ''The Foundations of Statistical Inference''. Methuen, London. * Smithson, M. (2003) ''Confidence intervals''. Quantitative Applications in the Social Sciences Series, No. 140. Belmont, CA: SAGE Publications. {{isbn|978-0-7619-2499-9}}. {{divcolend}} {{refend}}

== External links == {{Commons category}} * [https://web.archive.org/web/20111122062933/http://www.latrobe.edu.au/psy/esci/ The Exploratory Software for Confidence Intervals tutorial programs that run under Excel] * Confidence interval calculators for [https://web.archive.org/web/20090703130234/http://www.danielsoper.com/statcalc/calc28.aspx R-Squares], [https://web.archive.org/web/20090806085113/http://www.danielsoper.com/statcalc/calc26.aspx Regression Coefficients], and [https://web.archive.org/web/20090404113030/http://www.danielsoper.com/statcalc/calc27.aspx Regression Intercepts] * {{MathWorld | urlname = ConfidenceInterval | title = Confidence Interval}} * [http://www.causeweb.org/ CAUSEweb.org] Many resources for teaching statistics including Confidence Intervals. * [http://www.usablestats.com/tutorials/CI An interactive introduction to Confidence Intervals] * ''[http://demonstrations.wolfram.com/ConfidenceIntervalsConfidenceLevelSampleSizeAndMarginOfError/ Confidence Intervals: Confidence Level, Sample Size, and Margin of Error]'' by Eric Schulz, the Wolfram Demonstrations Project. * ''[http://health.utah.gov/opha/IBIShelp/ConfInts.pdf Confidence Intervals in Public Health] {{Webarchive|url=https://web.archive.org/web/20160809093746/http://health.utah.gov/opha/IBIShelp/ConfInts.pdf |date=2016-08-09 }}.'' Straightforward description with examples and what to do about small sample sizes or rates near 0.

{{Statistics}} {{Authority control}}

Category:Statistical intervals