BackChapter 6: Continuous Probability Distributions – Study Notes for Business Statistics
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Continuous Probability Distributions
Introduction to Probability Distributions
Probability distributions are fundamental tools in statistics for describing how the values of a random variable are distributed. They are classified into two main types: discrete and continuous probability distributions.
Discrete Probability Distributions: Concerned with random variables that take on countable values (e.g., number of heads in coin tosses).
Continuous Probability Distributions: Concerned with random variables that can take on any value within a given interval (e.g., time, distance, weight).
Continuous Random Variables
Continuous random variables are outcomes that can assume any numerical value within an interval, typically measured rather than counted.
Definition: A continuous random variable is a variable that can take on an infinite number of possible values within a specified range.
Examples: Time spent on a phone call, distance traveled, weight of an object.
Probability for Specific Values: The probability of a continuous random variable taking on any exact value is theoretically zero; probabilities are assigned to intervals.
Probability Representation: Probability is represented by the area under the probability distribution curve over an interval.
Types of Continuous Probability Distributions
Continuous probability distributions can take various forms. The most common types discussed in business statistics are:
Normal Distribution
Exponential Distribution
Normal Probability Distribution
Characteristics of the Normal Distribution
The normal distribution is a bell-shaped, symmetric probability distribution that is widely used in statistics.
Shape: Bell-shaped and symmetric around the mean.
Mean and Median: Both are equal and located at the center of the distribution.
Area Under the Curve: The total area under the curve is always 1.0. The area to the left and right of the mean is each 0.5.
Extends Indefinitely: The tails of the distribution extend infinitely in both directions.
Parameters of the Normal Distribution
Mean (): Determines the center of the distribution.
Standard Deviation (): Determines the spread or width of the distribution.
Normal Probability Density Function
The mathematical expression for the normal probability density function is:
x = value of the random variable
= mean
= standard deviation
Standardizing with Z-Scores
To compute probabilities, values are often converted to z-scores:
Z-score at the mean:
Negative z-scores: Values less than the mean
Positive z-scores: Values greater than the mean
Standard Normal Distribution
The standard normal distribution is a special case where and .
Calculating Probabilities Using Z-Tables
Probabilities for intervals are found using the standard normal probability table (z-table) or Excel functions.
Example: If , then (area to the left of ).
Area to the right:
Empirical Rule (68-95-99.7 Rule)
The empirical rule describes the percentage of data within certain standard deviations of the mean in a normal distribution:
About 68% within 1 standard deviation ()
About 95% within 2 standard deviations ()
About 99.7% within 3 standard deviations ()
Applications and Examples
Example 1: Time spent on a phone call is normally distributed with minutes, minutes. Probability that a call lasts 14 minutes or less: Find , then use z-table.
Example 2: Annual snowfall in Minneapolis is normally distributed with inches, inches. Probability between 30 and 70 inches: Compute for both values, find corresponding probabilities, and subtract.
Normal Approximation to the Binomial Distribution
When to Use Normal Approximation
The normal distribution can approximate the binomial distribution when the sample size is large and both and are greater than 5.
= sample size
= probability of success
= probability of failure
Continuity Correction
When using the normal approximation for discrete binomial data, a continuity correction of 0.5 is applied to the interval.
Example: For , use in the normal distribution.
Excel Functions for Binomial and Normal Probabilities
BINOM.DIST: =BINOM.DIST(x, n, p, cumulative)
NORM.DIST: =NORM.DIST(x, mean, standard_dev, cumulative)
Exponential Probability Distribution
Characteristics of the Exponential Distribution
The exponential distribution is a continuous distribution commonly used to model the time between events.
Parameter: Only one parameter, (rate or mean number of occurrences).
Shape: Right-skewed, not symmetric.
Values: Only non-negative values (e.g., time cannot be negative).
Exponential Probability Density Function
= value of the random variable (time, etc.)
= rate parameter (mean number of occurrences per interval)
Exponential Cumulative Distribution Function
Example: If the average time between customers is 4 minutes ( per minute), probability that the next customer arrives within 2 minutes:
Standard Deviation of the Exponential Distribution
Excel Functions for Exponential Probabilities
EXPON.DIST: =EXPON.DIST(x, lambda, cumulative)
cumulative = TRUE: Returns cumulative probability
cumulative = FALSE: Returns probability density at
Summary Table: Key Properties of Distributions
Distribution | Parameters | Shape | Typical Application |
|---|---|---|---|
Normal | Mean (), Std. Dev. () | Bell-shaped, symmetric | Measurement data (e.g., heights, weights) |
Exponential | Rate () | Right-skewed | Time between events (e.g., arrivals, failures) |
Binomial | Sample size (), Probability () | Discrete, can be approximated by normal | Number of successes in trials |
Key Takeaways
Continuous probability distributions are essential for modeling measurement data in business statistics.
The normal and exponential distributions are the most commonly used continuous distributions.
Probabilities for continuous variables are calculated over intervals, not at specific points.
Excel functions and z-tables are practical tools for calculating probabilities.