Suvarna Garge (Editor)

1.96

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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%). This convention seems particularly common in medical statistics, but is also common in other areas of application, such as earth sciences, social sciences and business research.

Contents

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),

P ( X > 1.96 ) = 0.025 , P ( X < 1.96 ) = 0.975 ,

and as the normal distribution is symmetric,

P ( 1.96 < X < 1.96 ) = 0.95.

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

1 2 π z .025 e x 2 / 2 d x = 0.025.

History

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."

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

1.95996 39845 40054 23552...

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:

References

1.96 Wikipedia


Similar Topics