BackProbability Distributions, Sampling, and Statistical Inference: Study Notes
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Probability Distributions and Their Properties
True/False Concepts in Probability and Statistics
This section reviews foundational concepts in probability distributions, sampling, and statistical inference, clarifying common misconceptions and key definitions.
Area Under the Curve (AUC) for Continuous Distributions: The total area under the probability density function (PDF) of a continuous probability distribution is always 1. This represents the certainty that some value in the distribution will occur.
Binomial Distribution: The binomial distribution is a specific type of discrete probability distribution that models the number of successes in a fixed number of independent Bernoulli trials, each with the same probability of success.
Standard Error: The standard error quantifies the variability of a sampling distribution, measuring how much sample statistics (like the mean or proportion) are expected to vary from sample to sample.
Central Limit Theorem (CLT): The CLT states that, for sufficiently large sample sizes, the sampling distribution of the sample mean (or proportion) will be approximately normal, regardless of the population's distribution. It does not require the population itself to be normal.
Z-score of 0: A z-score of 0 indicates that the observation is exactly at the mean of the distribution.
Discrete Probability Distributions
Probability Mass Functions (PMFs) and Validity
Discrete random variables have probability mass functions (PMFs) that assign probabilities to each possible value. For a PMF to be valid:
All probabilities must be between 0 and 1.
The sum of all probabilities must equal 1:
Example Table: Probability distribution for number of heads in 3 coin flips:
X | P(X=x) |
|---|---|
0 | 0.1 |
1 | 0.2 |
2 | 0.3 |
3 | 0.4 |
If , the distribution is not valid. Adjust probabilities as needed to ensure validity.
Expected Value and Probability Calculations
Expected Value (Mean):
Example: For X = {0,1,2,3} with P(X) = {0.1, 0.2, 0.3, 0.4},
Cumulative Probability:
Binomial and Geometric Distributions
Binomial Distribution
The binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success.
Parameters: n = number of trials, p = probability of success
Probability Formula:
Mean:
Standard Deviation:
Example: Probability of exactly 5 successes in 8 trials with :
Geometric Distribution
The geometric distribution models the number of trials needed to get the first success in a sequence of independent Bernoulli trials.
Probability Formula:
Example: Probability the first success is on the 10th trial with :
Sampling Distributions and the Central Limit Theorem
Sampling Distributions
A sampling distribution is the probability distribution of a statistic (like the mean or proportion) based on a random sample.
Standard Error (SE): Measures the variability of a statistic across samples. For sample mean: For sample proportion:
Expected Value of Sample Proportion:
Central Limit Theorem (CLT)
For large sample sizes, the sampling distribution of the sample mean (or proportion) is approximately normal, regardless of the population's distribution.
Z-score Formula:
Example: For , ,
Normal Distribution and Z-scores
Normal Distribution
The normal distribution is a continuous, symmetric, bell-shaped distribution defined by its mean () and standard deviation ().
Z-score: Measures how many standard deviations an observation is from the mean.
Percentiles: To find the value corresponding to a given percentile, use the z-score for that percentile and solve for :
Example: If , , and (for the 90th percentile):
Summary Table: Key Probability Distributions
Distribution | Type | Parameters | Mean | Variance |
|---|---|---|---|---|
Binomial | Discrete | n, p | ||
Geometric | Discrete | p | ||
Normal | Continuous |
Applications and Problem-Solving Steps
Check if the distribution is valid (probabilities sum to 1).
Identify the type of distribution (binomial, geometric, normal, etc.).
Use appropriate formulas for mean, standard deviation, and probabilities.
For sampling distributions, use standard error and the CLT for inference.
Translate real-world problems into statistical models before calculation.