97.5th percentile point

(Redirected from 1.96)

In probability and statistics, the 97.5th percentile point of the standard normal distribution is a number commonly used for statistical calculations. The approximate value of this number is 1.96, meaning that 95% of the area under a normal curve lies within approximately 1.96 standard deviations of the mean. Because of the central limit theorem, this number is 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% probability in science and frequentist statistics, though other probabilities (90%, 99%, etc.) are sometimes used.[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]

95% of the area under the normal distribution lies within 1.96 standard deviations away from the mean.

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, the .975 point, or just its approximate value, 1.96.

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

and as the normal distribution is symmetric,

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

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][14]

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.

Some people even use the value of 2 in the place of 1.96, reporting a 95.4% confidence interval as a 95% confidence interval. This is not recommended but is occasionally seen.[15]

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:

ApplicationFunction call
ExcelNORM.S.INV(0.975)
MATLABnorminv(0.975)
Rqnorm(0.975)
Python (SciPy)scipy.stats.norm.ppf(0.975)
SASprobit(0.025);
SPSSx = COMPUTE IDF.NORMAL(0.975,0,1).
Statainvnormal(0.975)
Wolfram Language (Mathematica)InverseCDF[NormalDistribution[0, 1], 0.975][16][17]

See also

References

Further reading