BackProbability Distributions: Uniform and Normal Random Variables
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Probability Distributions
Uniform Random Variables
The uniform distribution is a type of probability distribution in which all outcomes are equally likely within a specified interval. It is commonly used to model random variables with constant probability over a range.
Definition: A random variable X is said to be uniformly distributed over the interval [a, b] if its probability density function (pdf) is constant within that interval.
Probability Density Function (PDF):
Mean (Expected Value):
Variance:
Example: If X is uniformly distributed between 20 and 50, then:
Mean:
Variance:
Probability that X is less than 30:
Applications: Uniform distributions are used in simulations, random sampling, and modeling scenarios where each outcome in an interval is equally likely.
Normal (Gaussian) Random Variables
The normal distribution, also known as the Gaussian distribution, is a continuous probability distribution characterized by its bell-shaped curve. It is widely used in statistics due to the Central Limit Theorem, which states that the sum of many independent random variables tends toward a normal distribution.
Definition: A random variable X is normally distributed with mean μ and standard deviation σ if its probability density function is:
Standard Normal Distribution: When μ = 0 and σ = 1, the distribution is called the standard normal distribution. The random variable is often denoted as Z.
Properties:
Symmetric about the mean
Mean, median, and mode are equal
Approximately 68% of values lie within one standard deviation of the mean, 95% within two, and 99.7% within three (the "empirical rule")
Z-Score: The z-score measures how many standard deviations an element is from the mean:
Example: If X is normally distributed with mean 30 and standard deviation 5, the probability that X is less than 35 is:
Calculate z-score:
Look up in standard normal tables:
Applications: Normal distributions are used in measurement errors, natural phenomena, and inferential statistics.
Comparing Uniform and Normal Distributions
Both uniform and normal distributions are continuous, but they differ in shape and properties.
Property | Uniform Distribution | Normal Distribution |
|---|---|---|
Shape | Rectangular (constant probability) | Bell-shaped (peaked at mean) |
Parameters | Lower bound (a), upper bound (b) | Mean (μ), standard deviation (σ) |
Mean | ||
Variance | ||
Probability Calculation | Proportional to interval length | Requires integration or z-tables |
Practice Problems and Applications
Uniform Distribution:
Given X ~ Uniform(20, 50), find , mean, and variance.
Given X ~ Uniform(0, 10), find .
Normal Distribution:
Given X ~ N(30, 5), find and .
Convert raw scores to z-scores and use standard normal tables to find probabilities.
Additional info: Some content was inferred and expanded for clarity, including definitions, formulas, and examples. The original file contained fragmented homework questions and calculations related to uniform and normal distributions.