Probability as Area: In a normal distribution , the probability is represented by the area under the probability density curve between the vertical lines and .
Continuous Nature: Because the distribution is continuous, the probability of the variable taking an exact single value is always zero, expressed as .
Inequality Equivalence: Due to the zero probability of single points, strict and weak inequalities are interchangeable in calculations: .
Normal Cumulative Distribution (NCD): This function calculates the probability that a variable falls within a specific range by integrating the density function between those bounds.
Handling Infinite Tails: To calculate , use a sufficiently large upper bound (e.g., ); for , use a sufficiently small lower bound (e.g., ).
Input Parameters: Most calculation tools require four inputs: the lower bound, the upper bound, the standard deviation (), and the mean ().
Finding Values from Area: The inverse normal function is used when the probability (area) is known, and you need to find the corresponding value such that .
Tail Direction: Calculators often default to the 'left tail' (area to the left of ); if given a 'right tail' probability , you must use the complement for standard tools.
Logical Verification: If , then must be greater than the mean ; if , then must be less than .
The Z-Score: Any normal distribution can be mapped to the standard normal distribution using the formula .
Purpose of Standardization: This transformation allows for the comparison of different datasets and is essential for finding unknown means or standard deviations when only probabilities are provided.
Symmetry Properties: In the -distribution, due to symmetry about the mean of zero.
Always Sketch: Drawing a quick bell curve and shading the relevant area prevents 'tail errors' and provides a visual sanity check for your answer.
Parameter Solving: If both and are unknown, you will typically be given two probabilities. Use the -score formula to create two simultaneous equations: and .
Precision: When calculating -scores for further use, keep at least 4 or 5 decimal places to avoid rounding errors in the final answer.
Sanity Check: Ensure your probability is between 0 and 1. If a value is many standard deviations from the mean, the probability of being beyond it should be very small.