Normal Approximation to the Binomial Distribution and Inverse Exponential Functions
Transitioning from Discrete to Continuous: Normal Approximation to the Binomial
Conceptual Overview
In Chapter 5, the binomial distribution is defined as a discrete distribution with parameters (finite number of trials) and (constant probability of success).
Calculating cumulative probabilities for discrete distributions requires the summation of individual probabilities. For example, to find when and , one must calculate:
This is described as a "very long and tedious calculation" when performed manually.
The Symmetrical Nature of Large Trials
Plotting a binomial distribution with a large reveals that the discrete bars begin to resemble a bell-shaped curve.
Because the distribution becomes symmetrical and bell-shaped as increases, the normal distribution (a continuous distribution) can be used to approximate these probabilities, significantly shortening the calculation process.
Rules and Requirements for Using the Approximation
Minimum Threshold Checks
The normal approximation is not always valid. To use it, the binomial distribution must pass two tests based on a "rule of thumb" to ensure accuracy. If these values are below 5, the approximation breakdown and loses accuracy.
The criteria are:
Assessment Importance
In exams offering calculation marks (such as second-semester assessments), explicitly writing down these checks and verifying they hold can be worth two marks.
Formulating the Parameters for Approximation
Variable notation
To distinguish the binomial random variable from its normal replacement, the approximated variable is denoted as (x approximate).
Equating the Mean and Standard Deviation
For the approximation to be valid, the normal distribution must share the same center and spread as the original binomial distribution.
Mean (): The expected value of the binomial distribution is calculated as:
Standard Deviation (): Calculated as:
Standardization to Z-Values
To find the probability using the standard normal distribution table or a calculator, the approximated variable must be standardized:
The resulting variable is normal with a mean of 0 and a standard deviation of 1: .
The Continuity Correction
Theory of Continuity Correction
Discrete variables represent points, while continuous variables represent the area under a curve. Moving from one to the other is not a direct "one-to-one" transition.
To calculate the area under the curve effectively, we "pad" the discrete value by adding or subtracting . This creates a small slice of area representing the discrete point.
Correction Scenarios
Exact Value: becomes .
Less Than or Equal To: becomes .
Greater Than or Equal To: becomes .
Practical Application: Airline Overbooking Example
Scenario Details
A flight accommodates .
The airline accepts , hoping no more than 300 people show up.
The probability that a passenger shows up for their booking is .
Goal: Find the probability that more than 300 passengers show up: .
Step 1: Verification Checks
(Greater than 5)
(Greater than 5)
Conclusion: Normal approximation is valid.
Step 2: Calculating Parameters
Step 3: Probability Transformation and Continuity Correction
Original binomial target: .
Rewrite as cumulative: .
Apply continuity correction for the normal variable: .
Step 4: Standardization and Result
Standardize to Z:
Using an HP calculator (Shift ):
Final Probability: .
Accuracy Comparison
Excel exact binomial calculation ():
The approximation result () is close to the exact value (). Accuracy typically increases with higher .
Inverse Exponential Distribution: Finding Percentiles
Standard Probability Problem
In the standard exponential distribution, we know the time and solve for the probability :
The Inverse Problem
One may be given a specific probability (e.g., the percentile, where ) and asked to find the unknown point on the curve associated with that probability.
Mathematical Derivation for p
Start with the identity:
Rearrange:
Take the natural logarithm (ln) of both sides to cancel :
Solve for the point :
Example Calculation
Given and :
Questions & Discussion
Question: Where does the value of 5 come from in the verification checks?
Response: It is a standard rule of thumb developed through observation. When values are lower than 5, the model's accuracy deteriorates significantly.
Question: On the HP calculator, how do you perform the natural log ()?
Response: On the HP calculator, the process is often the reverse of the Casio. You must input the number first and then press the function button. (The instructor noted they are still working on mastering the HP calculator interface for this specific function).
Question: In the Excel function
BINOM.DIST, what does "True" mean?Response: "True" is used for cumulative probabilities. If set to "False," it would calculate the probability of the variable being exactly equal to a specific value.