BackProbability Distributions and Normal Distribution Applications in Statistics
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Probability Distributions
Mean of a Probability Distribution
The mean (or expected value) of a probability distribution provides a measure of the central tendency of a random variable. It is calculated by multiplying each possible value of the random variable by its probability and summing the results.
Formula:
Example: For a batch of computers with probabilities for 0, 1, 2, 3, and 4 defective units, the mean is calculated as:
Standard Deviation of a Probability Distribution
The standard deviation measures the spread or variability of a probability distribution. It is the square root of the variance, which is calculated as the expected value of the squared deviation from the mean.
Formula:
Example: For a given distribution, calculate each , sum, and take the square root.
Expected Value in Games of Chance
The expected value in games of chance is the average amount one can expect to win or lose per game in the long run. It is calculated by multiplying each outcome by its probability and summing the results.
Example: If you pay E = 2 \times 5 \times \frac{1}{6} + 4 \times 0 = 1.67$ (rounded to the nearest cent)
Binomial Probability Distributions
Binomial Probability Formula
A binomial distribution describes the probability of having exactly k successes in n independent Bernoulli trials, each with probability p of success.
Formula:
Calculator Command: binompdf(n, p, k) for probability of exactly k successes. binomcdf(n, p, k) for cumulative probability up to k successes.
Example: If 10% of people are left-handed, the probability that exactly 2 out of 7 are left-handed is:
Applications of Binomial Distribution
Prime-time TV Example: Probability that fewer than three of seven adults watch prime-time TV live, with : Use binomcdf(7, 0.8, 2) to compute cumulative probability.
Test Passing Example: For a test of 10 true/false questions, probability of passing (at least 6 correct) with : Use binomcdf(10, 0.5, 5) and subtract from 1.
Significantly High or Low Values
To determine if a value is significantly high or low in a binomial distribution, use the mean and standard deviation:
Mean:
Standard Deviation:
Significantly Low:
Significantly High:
Example: For , : Lower: Upper:
Normal Distribution Applications
Standard Normal Distribution and Z-Scores
The standard normal distribution is a normal distribution with mean 0 and standard deviation 1. Z-scores measure how many standard deviations an observation is from the mean.
Formula:
Example: For a mean pregnancy length of 268 days and standard deviation of 15 days, the probability that a pregnancy lasts 272 days or longer:
Finding Probabilities Using the Normal Distribution
Probabilities for normal distributions are found using z-scores and standard normal tables or calculator functions.
Formula:
Example: For red blood cell counts with million, million, probability that count is between 4.2 and 5.4 million:
Percentiles and Cutoff Values
Percentiles indicate the value below which a given percentage of observations fall. To find a cutoff value for a given percentile, use the inverse normal function.
Example: Human body temperature is normally distributed with °F and °F. To find the temperature separating the top 7% from the bottom 93%, find the z-score for the 93rd percentile and convert to temperature: °F
Sampling Distributions
When dealing with sample means, the standard deviation of the sampling distribution (standard error) is:
Formula:
Example: For fish weights with lb, lb, and , the probability that the mean weight is between 13.6 and 19.6 lb:
Summary Table: Key Probability Distributions
Distribution | Parameters | Mean | Standard Deviation | Example Application |
|---|---|---|---|---|
Binomial | n, p | Number of successes in n trials | ||
Normal | , | Heights, weights, test scores | ||
Sampling Distribution of Mean | , , n | Mean of sample means |
Key Concepts and Calculator Functions
binompdf(n, p, k): Probability of exactly k successes in n binomial trials.
binomcdf(n, p, k): Cumulative probability of k or fewer successes.
normalcdf(a, b, mu, sigma): Probability that a normal variable falls between a and b.
invNorm(p, mu, sigma): Value corresponding to percentile p in a normal distribution.
Additional info:
All probabilities should be rounded to three decimal places for binomial problems and four decimal places for normal problems, unless otherwise specified.
Visual aids such as bell curves and shaded regions are commonly used to illustrate normal distribution problems.