1.96

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
95% of the area under the normal distribution lies within 1.96 standard deviations of the mean.

1.96 is the approximate value of the 97.5 percentile point of the normal distribution used in probability and statistics. 95% of the area under a normal curve lies within roughly 1.96 standard deviations of the mean, and due to the central limit theorem, this number is therefore used in the construction of approximate 95% confidence intervals. Its ubiquity is due to the arbitrary but common convention of using confidence intervals with 95% coverage rather than other coverages (such as 90% or 99%).[1][2][3][4] This convention seems particularly common in medical statistics,[5][6][7] but is also common in other areas of application, such as earth sciences,[8] social sciences and business research.[9]

There is no single accepted name for this number; it is also commonly referred to as the "standard normal deviate", "normal score" or "Z score" for the 97.5 percentile point, or .975 point.

If X has a standard normal distribution, i.e. X ~ N(0,1),

 \mathrm{P}(X > 1.96) = 0.025, \,
 \mathrm{P}(X < 1.96) = 0.975, \,

and as the normal distribution is symmetric,

 \mathrm{P}(-1.96 < X < 1.96) = 0.95. \,

One notation for this number is z.025.[10] From the probability density function of the normal distribution, the exact value of z.025 is determined by

 \frac{1}{\sqrt{2\pi}}\int_{z_{.025}}^\infty e^{-x^2/2} \, \mathrm{d}x = 0.025.

History

Ronald Fisher

The use of this number in applied statistics can be traced to the influence of Ronald Fisher's classic textbook, Statistical Methods for Research Workers, first published in 1925:

"The value for which P = .05, or 1 in 20, is 1.96 or nearly 2 ; it is convenient to take this point as a limit in judging whether a deviation is to be considered significant or not."[11]

In Table 1 of the same work, he gave the more precise value 1.959964.[12] In 1970, the value truncated to 20 decimal places was calculated to be

1.95996 39845 40054 23552...[13]

The commonly used approximate value of 1.96 is therefore accurate to better than one part in 50,000, which is more than adequate for applied work.

Software functions

The inverse of the standard normal CDF can be used to compute the value. The following is a table of function calls that return 1.96 in some commonly used applications:

Application Function call
Excel NORMINV(0.975)
MATLAB max(norminv([0.025, 0.975]))
R qnorm(0.975)
scipy scipy.stats.norm.ppf(0.975)
SPSS x = COMPUTE IDF.NORMAL(0.975,0,1).
Stata invnormal(0.975)
Wolfram Language (Mathematica) InverseCDF[NormalDistribution[μ, σ], 0.975][14][15]

See also

Notes

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found., Table 1
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. InverseCDF, Wolfram Language Documntation Center.
  15. NormalDistribution, Wolfram Language Documntation Center.

Further reading

  • Lua error in package.lua at line 80: module 'strict' not found.