Notes on Density Curves and Normal Distributions
Computational Limitations and Data Transformations
Calculators and computers possess inherent limitations when handling large sets of digits. This is evidenced when calculating the standard deviation for specific sets of observations. For instance, given the values , , and , the mean is calculated as and the standard deviation as . As zeros are added to the center of these numbers (e.g., , , ), the mathematical standard deviation remains . However, hardware and software will eventually return incorrect answers as the number of digits increases, demonstrating that they cannot manage an arbitrary degree of numerical precision.
In statistical analysis, the shape of a distribution dictates the appropriate numerical summary. Data sets such as the survival times of guinea pigs in medical studies, cancer patient survival rates, or car battery lifespans typically exhibit right-skewed distributions. For skewed data, measures of center and spread must be selected carefully; the five-number summary (minimum, , median, , maximum) is often more appropriate than the mean and standard deviation. Furthermore, while quartiles divide data into four equal parts, large data sets may benefit from quintiles (the , , , and percentiles) or deciles to provide a more granular view of the distribution.
Linear transformations affect measures of center and spread differently. Multiplying every observation by a value (such as converting inches to centimeters using the factor ) multiplies the mean, median, quartiles, interquartile range (IQR), and standard deviation () by that same factor. However, the variance is multiplied by the square of that factor (e.g., ). In the context of weight, a kilogram is equal to pounds. For flower lengths, if millimeters are converted to inches, one must consider that and . Specifically, for Henry Cavendish's measurements of the density of the earth, recorded as multiples of the density of water (), conversion to American units requires using the density of water as .
Advanced Measures of Center and Refined Density Estimation
The trimmed mean serves as a measure of center that is more resistant than the arithmetic mean but utilizes more information than the median. A trimmed mean is computed by discarding the highest and lowest of observations and averaging the middle . A trimmed mean follows the same logic, removing the outer from each tail. This method effectively neutralizes the impact of a small number of outliers.
Modern statistical software can also employ density estimators to describe the overall shape of data without assuming a specific pre-defined form like the Normal distribution. These estimators create smooth curves that reflect the overall pattern while ignoring minor irregularities and outliers. For example, software might apply a density curve to rainwater pH values (roughly symmetric) or guinea pig survival times (strongly skewed). The choice of classes in a histogram can sometimes obscure the true mode of a distribution, whereas a density curve can more accurately pinpoint peaks.
Principles and Properties of Density Curves
A density curve acts as a smooth, idealized mathematical model for a distribution of data. It serves to describe the overall pattern by "smoothing over" minor irregularities. For a curve to be defined as a density curve, it must satisfy two conditions: it must always be located on or above the horizontal axis, and the total area underneath the curve must be exactly . Proportions of observations are represented by the area under the curve within a specific range of values. For example, in a study of vocabulary scores for seventh-graders in Gary, Indiana, the proportion of students scoring or lower was based on the actual data, while the density curve approximated this area as .
Measures of center can be identified visually on a density curve. The median is the "equal-areas point," where exactly half the area lies on either side. The mean is the "balance point," defined as the location where the curve would balance if made of solid material. In a perfectly symmetric density curve, the mean and median are identical and located at the center. However, in a skewed distribution, the mean is pulled away from the median in the direction of the long tail. Standard deviation () and mean () for these idealized distributions utilize Greek letters to distinguish them from the sample statistics and calculated from actual data.
The Normal Distribution and the 68–95–99.7 Rule
Normal distributions represent a specific class of symmetric, unimodal, bell-shaped density curves denoted as . These distributions are entirely characterized by their mean () and standard deviation (). The mean is situated at the center of symmetry, while the standard deviation controls the spread. On a Normal curve, can be located by identifying the points where the curvature changes from "falling steeply" to "falling less steeply" (the inflection points), which are exactly distance from the mean . The specific mathematical equation for the height of a Normal density curve at any point is:
The 68–95–99.7 rule (also known as the Empirical Rule) describes the proportion of data within specific standard deviations of the mean in any Normal distribution:
- Approximately of observations lie within of .
- Approximately of observations lie within of .
- Approximately of observations lie within of .
For example, the height of young women (aged to ) is approximately in inches. This implies of these women are between and inches tall. Normal distributions are common in biological populations, test scores (like the ISTEP, SAT, or ACT), and measurements of physical quantities, and they serve as an excellent approximation for chance outcomes.
Standardizing and $z$-Scores
Standardizing is the process of converting an observation to a common scale that measures how many standard deviations it lies from the mean. The standardized value, or -score, for an observation from a distribution with mean and standard deviation is calculated as:
A positive -score indicates the value is above the mean, while a negative -score indicates it is below. Standardizing a variable that follows any Normal distribution results in a new variable that follows the Standard Normal distribution, which is . This allows for the comparison of values from different distributions, such as comparing an SAT score to an ACT score. For instance, in the class of , SAT scores followed while ACT scores followed .
Normal Distribution Calculations and Table A
Proportions of observations in a Normal distribution correspond to the area under the curve. A cumulative proportion is the area to the left of a specific value . These proportions are found using software or the Standard Normal Table (Table A). When using Table A, one must first standardize $x$ to $z$ (rounding to two decimal places). The table provides the area for $Z < z$.
Calculations often include:
- Area to the left: Directly from Table A or software.
- Area to the right: .
- Area between two values: .
For example, if the NCAA requires an SAT score of for Division I athletes (), we find the $z$-score is . The area to the left is , so the proportion of students who qualify is (approximately ). For partial qualifiers needing a score of , the $z$-score is , and the area between and is .
Inverse Normal Calculations
Inverse Normal calculations are used to find the observed value that corresponds to a given cumulative proportion. If finding the value from a table, one must locate the cumulative proportion in the body of Table A, identify the corresponding -score, and then "unstandardize" it using the formula:
For instance, to find the SAT Verbal score () required for the top , we seek the score with a cumulative proportion of . The closest entry in Table A is , which corresponds to . Solving gives . Thus, a student needs a score of at least .
Assessing Normality with Normal Quantile Plots
A Normal quantile plot is the primary tool for assessing whether a data set follows a Normal distribution. The procedure involves:
- Arranging the observed data from smallest to largest and assigning each a percentile rank.
- Calculating the Normal scores (the $z$-scores for those same percentiles in $N(0,1)$).
- Plotting the actual data values on one axis and the Normal scores on the other.
If the data are Normal, the points will fall roughly along a straight line. Outliers appear as points far from the overall linear pattern. Systematic curves indicate skewness; for example, a right-skewed distribution will show the largest observations falling systematically above a line drawn through the main body of points. Granularity, shown as short horizontal runs of points, is caused by repeated values due to limited measurement precision (e.g., repeating wire breaking strengths of ).
Clinical and Social Case Studies in Distribution
Various standardized tests and biological measurements illustrate these principles:
- WAIS (IQ Tests): Scores are approximately . Mentally retarded status (Social Security benefits) applies to scores below (the bottom ). MENSA membership requires a score of or higher (the top ).
- Cholesterol Levels: For women aged to , levels follow . Medical attention is needed above . For men aged to , the distribution is .
- Osteoporosis Diagnosis: Based on Bone Mineral Density (BMD). The WHO criterion defines osteoporosis as a BMD standard deviations below the mean ().
- Human Pregnancy: Approximately . Horse pregnancies are longer at approximately .