Poisson and Hypergeometric Distributions: Lecture Notes and Assessment Guidelines
Administrative Announcements and Assessment A1 Details
Official Communication Channel: The announcements forum is the primary source for binding information regarding assessments and course changes. It is separate from the general use forum. Students are expected to check it regularly, as answers to common email queries are typically found there.
Assessment A1 Content: The specific chapters and topics covered in the A1 assessment were detailed in the announcement posted on March 12.
Test Logistics:
Date and Window: The quiz is scheduled for next Thursday and will be open from 5:00 PM to 9:00 PM.
Duration: Once a student starts the quiz, they have 2 hours to complete it.
Lateness Warning: Students must start the quiz by 7:00 PM at the latest to receive the full 2-hour duration. If started later (e.g., 8:00 PM), the quiz will still close automatically at 9:00 PM.
Testing Format and Software:
Structure: The test is a mix of an application and a Tutorial (TUT) style. Students will download an Excel dataset and toggle between Excel and the quiz interface.
Marking: Only the final answers entered into the quiz are graded. Work done in the Excel document is not marked.
Computation: Manual calculation is technically allowed where possible, but several tasks (such as generating specific graphs from previous tutorials) require Excel.
Software Readiness: Students using campus computer areas or personal laptops must ensure the "Data Analysis" add-in (used for histograms) and a stable internet connection are functional before opening the quiz.
Revision Schedule:
Lectures: Next Monday and Wednesday will be dedicated solely to A1 revision. No new material will be introduced.
Tutorial (TUT): Revision will also take place in the tutorial. The Thursday session from 3:00 PM to 5:00 PM is typically the most full.
Characteristics and Assumptions of the Poisson Distribution
Definition: The Poisson distribution measures the probability of a discrete number of events occurring over a continuous area of opportunity (typically an interval of time).
Area of Opportunity: This is a defined, uniform interval (e.g., one minute, one hour, or a specific space). Consistently sized intervals are required for accurate measurement.
Key Assumptions:
Constant Probability: The probability that an event occurs in a given area of opportunity must be the same for all areas of opportunity. There should be no irregular spikes or dips in probability.
Independence: The occurrence of one event must not influence the probability of another event occurring (events are independent).
Coherence: As the area of opportunity increases, the expected number of events increases; conversely, if the interval decreases, the probability of an event happening decreases.
Parameter: The distribution is characterized by a single parameter, lambda (), which represents the average rate or mean number of events in a specified area of opportunity.
Mathematical Formulation of the Poisson Distribution
The Probability Formula: To calculate the probability of a specific number of events () occurring, the formula is:
: A mathematical constant approximately equal to 2.71828. On a Casio calculator, it is typically accessed via
SHIFT+ln.: The average number of events in the specified interval.
: The number of successes/events of interest ().
: The factorial of .
Practical Examples and Unit Conversion in Poisson Distributions
Case Study: Bank Customer Arrivals:
Scenario: Customers arrive at a rate of 3 per minute during the noon hour.
Given: .
Task: Find the probability that exactly 2 customers arrive in a specific minute.
Calculation:
Result: .
Handling Mismatched Units (The Curveball):
Scenario: Using the same bank data where , find the probability that 10 customers arrive in a given hour.
Method: Before applying the formula, and must share the same units of time. Since the goal involves an hour, must be converted.
Unit Conversion: .
Calculation:
Statistical Properties and Visualizing the Poisson Distribution in Excel
Descriptive Statistics for Poisson:
Mean (): For this distribution, the expected value is simply .
Variance (): Uniquely, the variance is also equal to .
Standard Deviation (): Calculated as .
Relationship between Rate and Spread: As the average rate of occurrence () increases, the randomness and spread (variance) of the distribution also increase.
Excel Implementation: The function
POISSON.DIST(x, mean, cumulative)is used.x: Number of events.mean: Lambda ().cumulative: UseFALSEfor exact probability () andTRUEfor cumulative probability ().
Graphical Representation:
When is small (e.g., 3), the distribution is right-skewed and concentrated near zero.
As increases (e.g., shifting from 10 to 20 to 50), the distribution moves to the right and becomes more symmetrical, while the spread becomes noticeably wider.
Unlike the Binomial distribution, the Poisson has no theoretical upper limit for , although the probability for extremely high values eventually becomes infinitesimal (approaching zero in scientific notation).
Introduction to the Hypergeometric Distribution
Comparison with Binomial Distribution:
Binomial: Assumes sampling with replacement or sampling from an infinite population. Trials are independent.
Hypergeometric: Used when sampling without replacement from a finite population. Because items are not replaced, the probability of selecting an item changes with each trial, making the trials dependent.
Population Layout:
: Total population size.
: Total number of items of interest (successes) in the population.
: Size of the sample taken.
: Number of items of interest found within the sample.
Mathematical Formulation and Example of the Hypergeometric Distribution
The Probability Formula:
: Number of ways to select items of interest from .
: Number of ways to select the remaining non-interest items.
: Total number of ways to select a sample of size from population .
Example: Checking for Illegal Software:
Scenario: 10 computers out of a department of 30 have illegal software. 8 computers are checked out at random.
Parameters: , , , and we want the probability that .
Calculation:
Calculator Tip: Use the fraction button followed by the combination function (e.g.,
10 SHIFT nCr 2).Result: (approximately 29.8%).
Statistical Properties of the Hypergeometric Distribution
Expected Value (Mean):
Standard Deviation: The standard deviation includes the Finite Population Correction (FPC) factor to account for sampling without replacement:
Note: While this exact detail may not be immediate for the upcoming test, the correction factor is fundamental for dealing with finite populations.